]> git.sur5r.net Git - openocd/blobdiff - src/target/Makefile.am
ZY1000 help/usage fixups
[openocd] / src / target / Makefile.am
index bd7bf7ae252b66aeb6fb8a11c3309d7fc4bb2e44..ad0ff7c0263f817d1c661dc1d9f1d37b3f8d530d 100644 (file)
@@ -6,7 +6,8 @@ OOCD_TRACE_FILES =
 endif
 
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 BIN2C          = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
 
@@ -32,7 +33,9 @@ libtarget_la_SOURCES = \
        $(ARMV7_SRC) \
        $(ARM_MISC_SRC) \
        $(MIPS32_SRC) \
-       avrt.c
+       avrt.c \
+       dsp563xx.c \
+       dsp563xx_once.c
 
 TARGET_CORE_SRC = \
        algorithm.c \
@@ -97,10 +100,12 @@ MIPS32_SRC = \
 
 noinst_HEADERS = \
        algorithm.h \
+       arm.h \
        arm_dpm.h \
        arm_jtag.h \
        arm_adi_v5.h \
        arm_disassembler.h \
+       arm_opcodes.h \
        arm_simulator.h \
        arm_semihosting.h \
        arm7_9_common.h \
@@ -118,6 +123,8 @@ noinst_HEADERS = \
        armv7a.h \
        armv7m.h \
        avrt.h \
+       dsp563xx.h \
+       dsp563xx_once.h \
        breakpoints.h \
        cortex_m3.h \
        cortex_a8.h \