X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=27ad054fb1a1916b69956aa53cd109765641478f;hb=37aaa28292baee3592492933beb49d5e8884aa14;hp=537c8c31754900779ac2bb2cd16b6bdad6c280f9;hpb=838cd58e24a18102b8a140df9fa993fe65706828;p=openocd diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 537c8c31..27ad054f 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -33,7 +33,8 @@ libtarget_la_SOURCES = \ $(MIPS32_SRC) \ avrt.c \ dsp563xx.c \ - dsp563xx_once.c + dsp563xx_once.c \ + dsp5680xx.c TARGET_CORE_SRC = \ algorithm.c \ @@ -42,7 +43,8 @@ TARGET_CORE_SRC = \ breakpoints.c \ target.c \ target_request.c \ - testee.c + testee.c \ + smp.c ARMV4_5_SRC = \ armv4_5.c \ @@ -73,7 +75,7 @@ ARMV7_SRC = \ armv7m.c \ cortex_m3.c \ armv7a.c \ - cortex_a8.c + cortex_a.c ARM_DEBUG_SRC = \ arm_dpm.c \ @@ -133,9 +135,10 @@ noinst_HEADERS = \ avrt.h \ dsp563xx.h \ dsp563xx_once.h \ + dsp5680xx.h \ breakpoints.h \ cortex_m3.h \ - cortex_a8.h \ + cortex_a.h \ embeddedice.h \ etb.h \ etm.h \ @@ -154,7 +157,11 @@ noinst_HEADERS = \ target_request.h \ trace.h \ xscale.h \ - xscale_debug.h + smp.h \ + avr32_ap7k.h \ + avr32_jtag.h \ + avr32_mem.h \ + avr32_regs.h nobase_dist_pkglib_DATA = nobase_dist_pkglib_DATA += ecos/at91eb40a.elf