X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=807e87e359248108b013f6e9a6b0555fde323b6f;hb=83655bf49bfa03b0c57c20123984cf09c4c09393;hp=132ac50b3663c459b1fb0f776e51b1f1c81934f8;hpb=e8e0af395649b4b74786653256d5272f4689bc16;p=openocd.git diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 132ac50b36..807e87e359 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -31,6 +31,7 @@ libtarget_la_SOURCES = \ arm_disassembler.c \ arm966e.c \ arm926ejs.c \ + fa526.c \ feroceon.c \ etb.c \ xscale.c \ @@ -55,6 +56,7 @@ libtarget_la_SOURCES = \ noinst_HEADERS = \ target.h \ + target_type.h \ trace.h \ register.h \ armv4_5.h \ @@ -97,4 +99,4 @@ nobase_dist_pkglib_DATA = nobase_dist_pkglib_DATA += xscale/debug_handler.bin nobase_dist_pkglib_DATA += ecos/at91eb40a.elf -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in