From a976ce2dd4d3d6f0e851a5903494805ea60133f4 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Thu, 3 Dec 2009 02:06:10 -0500 Subject: [PATCH] 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 --- src/target/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/target/Makefile.am b/src/target/Makefile.am index cb473a39a9..6d2b76d911 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 = \ -- 2.30.2