X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=ab7b3be2fecdecd162f927d639f22be877eb2659;hb=4668bd264cfe64c3e3ddd0f75cb5bf2e5e85f717;hp=5907e83f49c4a9aaf6c70e725c89d50aaab2d400;hpb=dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87;p=openocd.git diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 5907e83f49..ab7b3be2fe 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -33,7 +33,9 @@ libtarget_la_SOURCES = \ $(MIPS32_SRC) \ avrt.c \ dsp563xx.c \ - dsp563xx_once.c + dsp563xx_once.c \ + dsp5680xx.c \ + stm32_stlink.c TARGET_CORE_SRC = \ algorithm.c \ @@ -42,7 +44,8 @@ TARGET_CORE_SRC = \ breakpoints.c \ target.c \ target_request.c \ - testee.c + testee.c \ + smp.c ARMV4_5_SRC = \ armv4_5.c \ @@ -71,7 +74,7 @@ ARMV6_SRC = \ ARMV7_SRC = \ armv7m.c \ - cortex_m3.c \ + cortex_m.c \ armv7a.c \ cortex_a.c @@ -82,7 +85,7 @@ ARM_DEBUG_SRC = \ arm_simulator.c \ arm_semihosting.c \ arm_adi_v5.c \ - adi_v5_jtag.c \ + adi_v5_jtag.c \ adi_v5_swd.c \ embeddedice.c \ trace.c \ @@ -133,8 +136,9 @@ noinst_HEADERS = \ avrt.h \ dsp563xx.h \ dsp563xx_once.h \ + dsp5680xx.h \ breakpoints.h \ - cortex_m3.h \ + cortex_m.h \ cortex_a.h \ embeddedice.h \ etb.h \ @@ -154,7 +158,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