From: Nicolas Pitre Date: Thu, 3 Dec 2009 07:06:10 +0000 (-0500) Subject: feroceon.c should be part of ARM7_9_SRC X-Git-Tag: v0.4.0-rc1~206 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a976ce2dd4d3d6f0e851a5903494805ea60133f4;p=openocd 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 --- 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 = \