summaryrefslogtreecommitdiff
path: root/src/target/Makefile.am
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-19 22:39:35 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-19 22:39:35 +0000
commit9eb3181cc8bb0b82d6c9e580c2042274e5490b77 (patch)
tree55a86b8cc6aca10419358580fec699ef6943dd6d /src/target/Makefile.am
parent13e592f9f68de793bd6681fc8cb43091031cb7c0 (diff)
downloadopenocd+libswd-9eb3181cc8bb0b82d6c9e580c2042274e5490b77.tar.gz
openocd+libswd-9eb3181cc8bb0b82d6c9e580c2042274e5490b77.tar.bz2
openocd+libswd-9eb3181cc8bb0b82d6c9e580c2042274e5490b77.tar.xz
openocd+libswd-9eb3181cc8bb0b82d6c9e580c2042274e5490b77.zip
Paulius Zaleckas <paulius.zaleckas@gmail.com>:
This is minimal patch to support FA526 ARMv4 compatible core. Since it is very similar to ARM920T I tried to reuse as much code as possible. CPU and board configs will follow soon. git-svn-id: svn://svn.berlios.de/openocd/trunk@2292 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r--src/target/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index 70b4df78..807e87e3 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -31,6 +31,7 @@ libtarget_la_SOURCES = \
arm_disassembler.c \
arm966e.c \
arm926ejs.c \
+ fa526.c \
feroceon.c \
etb.c \
xscale.c \