summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2009-12-03 02:06:10 -0500
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-12-03 09:57:17 +0100
commita976ce2dd4d3d6f0e851a5903494805ea60133f4 (patch)
treebe8beb6e0d23b62aa15bbce79ea631557f2a82e6 /src/target/Makefile.am
parent879a04cc6bc2bdf62b19b974524e1f15f2c9da8e (diff)
downloadopenocd+libswd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.tar.gz
openocd+libswd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.tar.bz2
openocd+libswd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.tar.xz
openocd+libswd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.zip
feroceon.c should be part of ARM7_9_SRC
The Feroceon and Dragonite cores are similar to the ARM926 and ARM966 cores respectively. Signed-off-by: Nicolas Pitre <nico@marvell.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 cb473a39..6d2b76d9 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -58,11 +58,11 @@ ARM7_9_SRC = \
arm9tdmi.c \
arm920t.c \
arm966e.c \
- arm926ejs.c
+ arm926ejs.c \
+ feroceon.c
ARM_MISC_SRC = \
fa526.c \
- feroceon.c \
xscale.c
ARMV6_SRC = \