partial support for 568013 and 568037, target integration.
[fw/openocd] / src / target / Makefile.am
index b6e8d4bea8589555966c03cab73f86b0ac8d0f04..eb1e6dbfd0fcc01bc0c7f59dd42ce3f42b244d33 100644 (file)
@@ -33,7 +33,8 @@ libtarget_la_SOURCES = \
        $(MIPS32_SRC) \
        avrt.c \
        dsp563xx.c \
-       dsp563xx_once.c
+       dsp563xx_once.c \
+       dsp5680xx.c
 
 TARGET_CORE_SRC = \
        algorithm.c \
@@ -42,7 +43,8 @@ TARGET_CORE_SRC = \
        breakpoints.c \
        target.c \
        target_request.c \
-       testee.c
+       testee.c \
+       smp.c
 
 ARMV4_5_SRC = \
        armv4_5.c \
@@ -73,8 +75,7 @@ ARMV7_SRC = \
        armv7m.c \
        cortex_m3.c \
        armv7a.c \
-       cortex_a8.c \
-       cortex_a9.c
+       cortex_a.c
 
 ARM_DEBUG_SRC = \
        arm_dpm.c \
@@ -134,10 +135,10 @@ noinst_HEADERS = \
        avrt.h \
        dsp563xx.h \
        dsp563xx_once.h \
+       dsp5680xx.h \
        breakpoints.h \
        cortex_m3.h \
-       cortex_a8.h \
-       cortex_a9.h \
+       cortex_a.h \
        embeddedice.h \
        etb.h \
        etm.h \