summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2011-03-22 11:29:10 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-03-22 11:29:10 +0100
commitdec80e1cffa162ba0e1cd8e6ee66c7784fe79b87 (patch)
tree253caf44fca37ddf905cfe1224830a6a8ec2fed1 /src/target/Makefile.am
parenta843789ede3b01dfaf199e1fcfbfd09ac681cf8f (diff)
downloadopenocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.gz
openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.bz2
openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.tar.xz
openocd+libswd-dec80e1cffa162ba0e1cd8e6ee66c7784fe79b87.zip
cortex_a: rename cortex_a8.c/h to cortex_a.c/h
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, 2 insertions, 2 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 537c8c31..5907e83f 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -73,7 +73,7 @@ ARMV7_SRC = \
armv7m.c \
cortex_m3.c \
armv7a.c \
- cortex_a8.c
+ cortex_a.c
ARM_DEBUG_SRC = \
arm_dpm.c \
@@ -135,7 +135,7 @@ noinst_HEADERS = \
dsp563xx_once.h \
breakpoints.h \
cortex_m3.h \
- cortex_a8.h \
+ cortex_a.h \
embeddedice.h \
etb.h \
etm.h \