X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=9eee2f95cdf220634f993bcc6728316484f11de1;hp=132ac50b3663c459b1fb0f776e51b1f1c81934f8;hb=86a7d813a165fda2816b8152342219b6c4ae2fc4;hpb=e8e0af395649b4b74786653256d5272f4689bc16 diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 132ac50b36..9eee2f95cd 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -31,12 +31,14 @@ libtarget_la_SOURCES = \ arm_disassembler.c \ arm966e.c \ arm926ejs.c \ + fa526.c \ feroceon.c \ etb.c \ xscale.c \ arm_simulator.c \ image.c \ armv7m.c \ + armv7a.c \ cortex_m3.c \ cortex_a8.c \ arm_adi_v5.c \ @@ -55,6 +57,7 @@ libtarget_la_SOURCES = \ noinst_HEADERS = \ target.h \ + target_type.h \ trace.h \ register.h \ armv4_5.h \ @@ -78,6 +81,7 @@ noinst_HEADERS = \ arm_simulator.h \ image.h \ armv7m.h \ + armv7a.h \ cortex_m3.h \ cortex_a8.h \ arm_adi_v5.h \ @@ -94,7 +98,7 @@ noinst_HEADERS = \ avrt.h nobase_dist_pkglib_DATA = -nobase_dist_pkglib_DATA += xscale/debug_handler.bin +nobase_dist_pkglib_DATA += xscale/debug_handler.bin nobase_dist_pkglib_DATA += ecos/at91eb40a.elf -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in