]> git.gag.com Git - fw/openocd/blobdiff - src/target/Makefile.am
smp : infra for smp minimum support
[fw/openocd] / src / target / Makefile.am
index 1e29ae7d5c2400188d6e94a6cb8de8b8c17fa2ca..1a2fbd6c68b3223992a31ef8c3044337cd467447 100644 (file)
@@ -1,3 +1,4 @@
+include $(top_srcdir)/common.mk
 
 if OOCD_TRACE
 OOCD_TRACE_FILES = oocd_trace.c
@@ -5,10 +6,6 @@ else
 OOCD_TRACE_FILES =
 endif
 
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src \
-       -I$(top_builddir)/src
-
 BIN2C          = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
 
 DEBUG_HANDLER  = $(srcdir)/xscale/debug_handler.bin
@@ -45,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 \
@@ -76,7 +74,7 @@ ARMV7_SRC = \
        armv7m.c \
        cortex_m3.c \
        armv7a.c \
-       cortex_a8.c
+       cortex_a.c
 
 ARM_DEBUG_SRC = \
        arm_dpm.c \
@@ -138,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 \