From da3bcb392e852214b0dda878f6161c8f1e8d15f3 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 4 Dec 2009 21:38:13 -0800 Subject: move remaining nand helper files Move remaining NAND implementation files into src/flash/nand/. --- src/flash/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/flash/Makefile.am') 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 -- cgit v1.2.3