summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 21:38:13 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 21:47:47 -0800
commitda3bcb392e852214b0dda878f6161c8f1e8d15f3 (patch)
tree74ca2bf2d50a4264d96e270fe1ccff5883c6b0c5 /src/flash/Makefile.am
parent747d6f22868dd87cb54341cc22d9eb3687039735 (diff)
downloadopenocd+libswd-da3bcb392e852214b0dda878f6161c8f1e8d15f3.tar.gz
openocd+libswd-da3bcb392e852214b0dda878f6161c8f1e8d15f3.tar.bz2
openocd+libswd-da3bcb392e852214b0dda878f6161c8f1e8d15f3.tar.xz
openocd+libswd-da3bcb392e852214b0dda878f6161c8f1e8d15f3.zip
move remaining nand helper files
Move remaining NAND implementation files into src/flash/nand/.
Diffstat (limited to 'src/flash/Makefile.am')
-rw-r--r--src/flash/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am
index 2144ff2d..f8d70883 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -9,9 +9,6 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libflash.la
libflash_la_SOURCES = \
common.c \
- arm_nandio.c \
- nand_ecc.c \
- nand_ecc_kw.c \
mflash.c
libflash_la_LIBADD = \
@@ -19,7 +16,6 @@ libflash_la_LIBADD = \
$(top_builddir)/src/flash/nand/libocdflashnand.la
noinst_HEADERS = \
- arm_nandio.h \
common.h \
mflash.h \
nand.h