]> git.sur5r.net Git - openocd/blobdiff - src/target/Makefile.am
target: add basic dsp563xx support
[openocd] / src / target / Makefile.am
index f1d4caa2fdf9767abeda5f0c91c6020f9e8edc21..df54a0341eebe5aed019aa2986067382c6fd2995 100644 (file)
@@ -33,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 \
@@ -120,6 +122,8 @@ noinst_HEADERS = \
        armv7a.h \
        armv7m.h \
        avrt.h \
+       dsp563xx.h \
+       dsp563xx_once.h \
        breakpoints.h \
        cortex_m3.h \
        cortex_a8.h \