summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-16 12:38:26 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-09-16 12:38:26 +0000
commit9542318312ceb4fd93f50fa58a708643befeefc2 (patch)
tree9123d8a8f724eda135eb75cf50b990329c8fc174 /src/flash/Makefile.am
parent6d2473b65b00c1bc17e74381b5ecefdc0fc26bd4 (diff)
downloadopenocd+libswd-9542318312ceb4fd93f50fa58a708643befeefc2.tar.gz
openocd+libswd-9542318312ceb4fd93f50fa58a708643befeefc2.tar.bz2
openocd+libswd-9542318312ceb4fd93f50fa58a708643befeefc2.tar.xz
openocd+libswd-9542318312ceb4fd93f50fa58a708643befeefc2.zip
Rolf Meeser <rolfm_9dq@yahoo.de> adds flash support for NXP's LPC2900 family (ARM968E).
git-svn-id: svn://svn.berlios.de/openocd/trunk@2715 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/Makefile.am')
-rw-r--r--src/flash/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am
index 9a180960..27846d76 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -9,6 +9,8 @@ libflash_la_SOURCES = \
arm_nandio.c \
flash.c \
lpc2000.c \
+ lpc288x.c \
+ lpc2900.c \
cfi.c \
non_cfi.c \
at91sam7.c \
@@ -32,7 +34,6 @@ libflash_la_SOURCES = \
s3c2412_nand.c \
s3c2440_nand.c \
s3c2443_nand.c \
- lpc288x.c \
ocl.c \
mflash.c \
pic32mx.c \
@@ -43,6 +44,8 @@ noinst_HEADERS = \
arm_nandio.h \
flash.h \
lpc2000.h \
+ lpc288x.h \
+ lpc2900.h \
cfi.h \
non_cfi.h \
at91sam7.h \
@@ -57,7 +60,6 @@ noinst_HEADERS = \
tms470.h \
s3c24xx_nand.h \
s3c24xx_regs_nand.h \
- lpc288x.h \
mflash.h \
ocl.h \
pic32mx.h \