From a976ce2dd4d3d6f0e851a5903494805ea60133f4 Mon Sep 17 00:00:00 2001
From: Nicolas Pitre <nico@fluxnic.net>
Date: Thu, 3 Dec 2009 02:06:10 -0500
Subject: 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>
---
 src/target/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/target')

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 = \
-- 
cgit v1.2.3