]> git.sur5r.net Git - openocd/commitdiff
feroceon.c should be part of ARM7_9_SRC
authorNicolas Pitre <nico@fluxnic.net>
Thu, 3 Dec 2009 07:06:10 +0000 (02:06 -0500)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Thu, 3 Dec 2009 08:57:17 +0000 (09:57 +0100)
The Feroceon and Dragonite cores are similar to the ARM926 and ARM966
cores respectively.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
src/target/Makefile.am

index cb473a39a9e36459c85df28e643beb16c35b7710..6d2b76d91190fb9c647aea22f1cf1d2ab902e7ff 100644 (file)
@@ -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 = \