Browse Source

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>
tags/v0.4.0-rc1
Nicolas Pitre 14 years ago
committed by Øyvind Harboe
parent
commit
a976ce2dd4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/target/Makefile.am

+ 2
- 2
src/target/Makefile.am View 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 = \


Loading…
Cancel
Save