Fix build for tms320:c55+
This commit is contained in:
parent
2c676570a9
commit
965dc53776
|
@ -1,4 +1,4 @@
|
||||||
/* radare - LGPL - Copyright 2011 - pancake<nopcode.org>, Roc Vallès <vallesroc@gmail.com> */
|
/* radare - LGPL - Copyright 2014 - montekki */
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <r_types.h>
|
#include <r_types.h>
|
||||||
|
|
|
@ -2,7 +2,16 @@ OBJ_TMS320=anal_tms320.o
|
||||||
OBJ_TMS320+=anal_tms320_c55plus.o
|
OBJ_TMS320+=anal_tms320_c55plus.o
|
||||||
|
|
||||||
STATIC_OBJ+=${OBJ_TMS320}
|
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}
|
TARGET_TMS320=anal_tms320.${EXT_SO}
|
||||||
|
|
||||||
ALL_TARGETS+=${TARGET_TMS320}
|
ALL_TARGETS+=${TARGET_TMS320}
|
||||||
|
|
Loading…
Reference in New Issue