]> git.gag.com Git - fw/openocd/blobdiff - src/target/Makefile.am
smp : infra for smp minimum support
[fw/openocd] / src / target / Makefile.am
index b6e8d4bea8589555966c03cab73f86b0ac8d0f04..1a2fbd6c68b3223992a31ef8c3044337cd467447 100644 (file)
@@ -42,7 +42,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 +74,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 \
@@ -136,8 +136,7 @@ noinst_HEADERS = \
        dsp563xx_once.h \
        breakpoints.h \
        cortex_m3.h \
-       cortex_a8.h \
-       cortex_a9.h \
+       cortex_a.h \
        embeddedice.h \
        etb.h \
        etm.h \