X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=cf1955a05c59945873ae4a7013ee7de2f57776b8;hb=4a5f45e87d593d6911da680cb92ffbc9b43c9486;hp=2936967a4cfec897181a67110897df18b3de0751;hpb=fbf5bec7f3ea9f4a9584099a12e71681cb55ce35;p=openocd.git diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 2936967a4c..cf1955a05c 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = AUTO noinst_LIBRARIES = libtarget.a libtarget_a_SOURCES = target.c register.c breakpoints.c armv4_5.c embeddedice.c etm.c arm7tdmi.c arm9tdmi.c \ arm_jtag.c arm7_9_common.c algorithm.c arm920t.c arm720t.c armv4_5_mmu.c armv4_5_cache.c arm_disassembler.c \ - arm966e.c + arm966e.c arm926ejs.c etb.c xscale.c arm_simulator.c noinst_HEADERS = target.h register.h armv4_5.h embeddedice.h etm.h arm7tdmi.h arm9tdmi.h \ arm_jtag.h arm7_9_common.h arm920t.h arm720t.h armv4_5_mmu.h armv4_5_cache.h breakpoints.h algorithm.h \ - arm_disassembler.h arm966e.h + arm_disassembler.h arm966e.h arm926ejs.h etb.h xscale.h arm_simulator.h