summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 04:37:27 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 16:56:23 -0800
commit5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee (patch)
treeb82833b5adf775b169765494ebde76909387b275 /src/flash/Makefile.am
parentc90702eaa7e7c4e7dd6d1efea61387a62748cfad (diff)
downloadopenocd+libswd-5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee.tar.gz
openocd+libswd-5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee.tar.bz2
openocd+libswd-5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee.tar.xz
openocd+libswd-5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee.zip
eliminate src/flash/flash.c
Move remaining NOR flash implemenation into flash/nor/core.c Removes flash.c from the build, leaving only its header to split.
Diffstat (limited to 'src/flash/Makefile.am')
-rw-r--r--src/flash/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am
index cda59e44..b5cd5260 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -9,7 +9,6 @@ METASOURCES = AUTO
noinst_LTLIBRARIES = libflash.la
libflash_la_SOURCES = \
common.c \
- flash.c \
arm_nandio.c \
nand_ecc.c \
nand_ecc_kw.c \