Reorganize NAND flash table
[fw/openocd] / src / flash / nand / Makefile.am
index 2ffa4c49cd4162dc652f6d91309d7adb10fe116b..23c303bfc1ad2c27039d2ecc650d6edf78bc7984 100644 (file)
@@ -1,6 +1,4 @@
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src \
-       -I$(top_builddir)/src
+include $(top_srcdir)/common.mk
 
 noinst_LTLIBRARIES = libocdflashnand.la
 
@@ -18,6 +16,8 @@ NAND_DRIVERS = \
        nonce.c \
        davinci.c \
        lpc3180.c \
+       lpc32xx.c \
+       mx2.c \
        mx3.c \
        orion.c \
        s3c24xx.c \
@@ -25,7 +25,9 @@ NAND_DRIVERS = \
        s3c2412.c \
        s3c2440.c \
        s3c2443.c \
-       at91sam9.c
+       s3c6400.c \
+       at91sam9.c \
+       nuc910.c
 
 noinst_HEADERS = \
        arm_io.h \
@@ -34,8 +36,11 @@ noinst_HEADERS = \
        fileio.h \
        imp.h \
        lpc3180.h \
+       lpc32xx.h \
+       mx2.h \
        mx3.h \
        s3c24xx.h \
-       s3c24xx_regs.h
+       s3c24xx_regs.h \
+       nuc910.h
 
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in