]> git.sur5r.net Git - openocd/blobdiff - src/flash/nand/Makefile.am
NAND/ARM_IO: review scope of functions
[openocd] / src / flash / nand / Makefile.am
index e95717e2b80f274b964c7459170ddbeee4feee60..a495dfdceec9cb4ee11966888e2446035e4d0a57 100644 (file)
@@ -1,12 +1,20 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/flash \
-       -I$(top_srcdir)/src/helper \
-       -I$(top_srcdir)/src/jtag \
-       -I$(top_srcdir)/src/target
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/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
+
+NAND_DRIVERS = \
        nonce.c \
        davinci.c \
        lpc3180.c \
@@ -16,9 +24,16 @@ libocdflashnand_la_SOURCES = \
        s3c2410.c \
        s3c2412.c \
        s3c2440.c \
-       s3c2443.c
+       s3c2443.c \
+       s3c6400.c \
+       at91sam9.c
 
 noinst_HEADERS = \
+       arm_io.h \
+       core.h \
+       driver.h \
+       fileio.h \
+       imp.h \
        lpc3180.h \
        mx3.h \
        s3c24xx.h \