summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-24 22:15:22 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-24 22:15:22 +0000
commitbdb5fd8c98ad474bf2ad790eefc62a830b33f0d4 (patch)
tree2ea1fbaf7c31ddf7801236c13cf2d996b3a4333d /src/flash/Makefile.am
parentf9a3c36cf26b209e04f0f67e0d2b6a844b6b5873 (diff)
downloadopenocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.gz
openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.bz2
openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.tar.xz
openocd+libswd-bdb5fd8c98ad474bf2ad790eefc62a830b33f0d4.zip
- renamed x7926 driver to aduc702x to match other flash drivers
- removed c99 types (mingw issues) from aduc driver and cleanup - updated docs for aduc702x flash driver git-svn-id: svn://svn.berlios.de/openocd/trunk@995 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/Makefile.am')
-rw-r--r--src/flash/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am
index 77e870f1..5bce55f9 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag -I$(top_srcdir)/s
AM_CPPFLAGS = -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
METASOURCES = AUTO
noinst_LIBRARIES = libflash.a
-libflash_a_SOURCES = flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c str7x.c str9x.c x7026.c nand.c lpc3180_nand_controller.c \
+libflash_a_SOURCES = flash.c lpc2000.c cfi.c non_cfi.c at91sam7.c str7x.c str9x.c aduc702x.c nand.c lpc3180_nand_controller.c \
stellaris.c str9xpec.c stm32x.c tms470.c ecos.c \
s3c24xx_nand.c s3c2410_nand.c s3c2412_nand.c s3c2440_nand.c s3c2443_nand.c lpc288x.c ocl.c
noinst_HEADERS = flash.h lpc2000.h cfi.h non_cfi.h at91sam7.h str7x.h str9x.h nand.h lpc3180_nand_controller.h \