From 965dc53776bf812be94cf57909c041f114391737 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 6 Feb 2014 00:38:01 +0100 Subject: [PATCH] Fix build for tms320:c55+ --- libr/anal/p/anal_tms320_c55plus.c | 2 +- libr/anal/p/tms320.mk | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libr/anal/p/anal_tms320_c55plus.c b/libr/anal/p/anal_tms320_c55plus.c index 07edcc4f08..18d49a5125 100644 --- a/libr/anal/p/anal_tms320_c55plus.c +++ b/libr/anal/p/anal_tms320_c55plus.c @@ -1,4 +1,4 @@ -/* radare - LGPL - Copyright 2011 - pancake, Roc Vallès */ +/* radare - LGPL - Copyright 2014 - montekki */ #include #include diff --git a/libr/anal/p/tms320.mk b/libr/anal/p/tms320.mk index 0ea1f80e72..16394e290f 100644 --- a/libr/anal/p/tms320.mk +++ b/libr/anal/p/tms320.mk @@ -2,7 +2,16 @@ OBJ_TMS320=anal_tms320.o OBJ_TMS320+=anal_tms320_c55plus.o STATIC_OBJ+=${OBJ_TMS320} -OBJ_TMS320+=../../../../../../../../../../../${LTOP}/asm/arch/tms320/tms320_dasm.o +#OBJ_TMS320+=../../../../../../../../../../../${LTOP}/asm/arch/tms320/tms320_dasm.o +ROOT=../../../../../../../../../../../../../../../../../../../../../ +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/tms320_dasm.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/ins.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/c55plus.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/decode.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/decode_funcs.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/utils.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/hashtable.o +OBJ_TMS320+=$(ROOT)/${LTOP}/asm/arch/tms320/c55plus/hashvector.o TARGET_TMS320=anal_tms320.${EXT_SO} ALL_TARGETS+=${TARGET_TMS320}