summaryrefslogtreecommitdiff
path: root/src/flash/Makefile.am
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-12-04 19:28:18 -0800
committerZachary T Welch <zw@superlucidity.net>2009-12-04 21:41:23 -0800
commit747d6f22868dd87cb54341cc22d9eb3687039735 (patch)
treed842966bd99593ffcbff2338517275ff9e408c12 /src/flash/Makefile.am
parenta7fd30c07fb9c2b7662ffaa48287b1997dc60796 (diff)
downloadopenocd+libswd-747d6f22868dd87cb54341cc22d9eb3687039735.tar.gz
openocd+libswd-747d6f22868dd87cb54341cc22d9eb3687039735.tar.bz2
openocd+libswd-747d6f22868dd87cb54341cc22d9eb3687039735.tar.xz
openocd+libswd-747d6f22868dd87cb54341cc22d9eb3687039735.zip
split nand.c into nand/{core,fileio,tcl}.c
Moves commands into nand/tcl.c and core implementation to 'nand/core.c' and 'nand/fileio.c'. Eliminates 'flash/nand.c'. Adds 'nand/imp.h' to share routines between TCL commands and core.
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 ba44adb3..2144ff2d 100644
--- a/src/flash/Makefile.am
+++ b/src/flash/Makefile.am
@@ -12,7 +12,6 @@ libflash_la_SOURCES = \
arm_nandio.c \
nand_ecc.c \
nand_ecc_kw.c \
- nand.c \
mflash.c
libflash_la_LIBADD = \