move remaining nand helper files

Move remaining NAND implementation files into src/flash/nand/.
This commit is contained in:
Zachary T Welch
2009-12-04 21:38:13 -08:00
parent 747d6f2286
commit da3bcb392e
8 changed files with 9 additions and 11 deletions

View File

@@ -3,9 +3,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
noinst_LTLIBRARIES = libocdflashnand.la
libocdflashnand_la_SOURCES = \
ecc.c \
ecc_kw.c \
core.c \
fileio.c \
tcl.c \
arm_io.c \
$(NAND_DRIVERS) \
driver.c
@@ -22,6 +25,7 @@ NAND_DRIVERS = \
s3c2443.c
noinst_HEADERS = \
arm_io.h \
lpc3180.h \
driver.h \
mx3.h \