summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-03-21 14:10:57 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-03-22 09:10:21 +0100
commitfc574c64bb259814ccbf51d74057873bd5649ea3 (patch)
tree4f6d13d432f4d2469551261079d05ead3e0ffc1e /src/target/Makefile.am
parent6c5e1781a102424353bf237386e7443b2ce3e4d3 (diff)
downloadopenocd+libswd-fc574c64bb259814ccbf51d74057873bd5649ea3.tar.gz
openocd+libswd-fc574c64bb259814ccbf51d74057873bd5649ea3.tar.bz2
openocd+libswd-fc574c64bb259814ccbf51d74057873bd5649ea3.tar.xz
openocd+libswd-fc574c64bb259814ccbf51d74057873bd5649ea3.zip
cortex a9: merge cortex a9 and a8 code
better to keep this in a single file. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index b6e8d4be..537c8c31 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -73,8 +73,7 @@ ARMV7_SRC = \
armv7m.c \
cortex_m3.c \
armv7a.c \
- cortex_a8.c \
- cortex_a9.c
+ cortex_a8.c
ARM_DEBUG_SRC = \
arm_dpm.c \
@@ -137,7 +136,6 @@ noinst_HEADERS = \
breakpoints.h \
cortex_m3.h \
cortex_a8.h \
- cortex_a9.h \
embeddedice.h \
etb.h \
etm.h \