diff options
author | Nicolas Pitre <nico@fluxnic.net> | 2009-12-03 02:06:10 -0500 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2009-12-03 09:57:17 +0100 |
commit | a976ce2dd4d3d6f0e851a5903494805ea60133f4 (patch) | |
tree | be8beb6e0d23b62aa15bbce79ea631557f2a82e6 /src/target/Makefile.am | |
parent | 879a04cc6bc2bdf62b19b974524e1f15f2c9da8e (diff) | |
download | riscv-openocd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.zip riscv-openocd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.tar.gz riscv-openocd-a976ce2dd4d3d6f0e851a5903494805ea60133f4.tar.bz2 |
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>
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r-- | src/target/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am index cb473a3..6d2b76d 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 = \ |