smp : infra for smp minimum support
[fw/openocd] / src / target / Makefile.am
index 537c8c31754900779ac2bb2cd16b6bdad6c280f9..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,7 +74,7 @@ ARMV7_SRC = \
        armv7m.c \
        cortex_m3.c \
        armv7a.c \
-       cortex_a8.c
+       cortex_a.c
 
 ARM_DEBUG_SRC = \
        arm_dpm.c \
@@ -135,7 +136,7 @@ noinst_HEADERS = \
        dsp563xx_once.h \
        breakpoints.h \
        cortex_m3.h \
-       cortex_a8.h \
+       cortex_a.h \
        embeddedice.h \
        etb.h \
        etm.h \