X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=fac1e09105c69a21c701aa6e5946deb5d41470d8;hb=b00b9f2d7d2805ce0d038b2149b636c0576ee9ec;hp=27ad054fb1a1916b69956aa53cd109765641478f;hpb=16cbe1216a17708fb40ebba84a359c845c263870;p=openocd.git diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 27ad054fb1..fac1e09105 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -34,7 +34,8 @@ libtarget_la_SOURCES = \ avrt.c \ dsp563xx.c \ dsp563xx_once.c \ - dsp5680xx.c + dsp5680xx.c \ + hla_target.c TARGET_CORE_SRC = \ algorithm.c \ @@ -73,7 +74,7 @@ ARMV6_SRC = \ ARMV7_SRC = \ armv7m.c \ - cortex_m3.c \ + cortex_m.c \ armv7a.c \ cortex_a.c @@ -84,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 \ @@ -137,7 +138,7 @@ noinst_HEADERS = \ dsp563xx_once.h \ dsp5680xx.h \ breakpoints.h \ - cortex_m3.h \ + cortex_m.h \ cortex_a.h \ embeddedice.h \ etb.h \ @@ -163,7 +164,7 @@ noinst_HEADERS = \ avr32_mem.h \ avr32_regs.h -nobase_dist_pkglib_DATA = -nobase_dist_pkglib_DATA += ecos/at91eb40a.elf +ocddatadir = $(pkglibdir) +nobase_dist_ocddata_DATA = MAINTAINERCLEANFILES = $(srcdir)/Makefile.in