X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=597070c4b86b0b4e4814fea10dc2face80694a07;hp=e936d3f404bd447ebfe20ea9873140b98975bf1a;hb=9527d1e595e316a4155c808fafa3a0ea6baa72f2;hpb=7ed0b6333ded06f1e517d7fd3e15a400c98dc357 diff --git a/src/target/Makefile.am b/src/target/Makefile.am index e936d3f404..597070c4b8 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -96,7 +96,8 @@ ARM_DEBUG_SRC = \ %D%/etb.c \ %D%/etm.c \ $(OOCD_TRACE_FILES) \ - %D%/etm_dummy.c + %D%/etm_dummy.c \ + %D%/arm_cti.c AVR32_SRC = \ %D%/avr32_ap7k.c \ @@ -205,6 +206,7 @@ INTEL_IA32_SRC = \ %D%/nds32_v3m.h \ %D%/nds32_aice.h \ %D%/lakemont.h \ - %D%/x86_32_common.h + %D%/x86_32_common.h \ + %D%/arm_cti.h include %D%/openrisc/Makefile.am