]> git.sur5r.net Git - openocd/blobdiff - src/flash/Makefile.am
flash/at91sam[37].c: remove useless declarations
[openocd] / src / flash / Makefile.am
index 60a322aa6a9de1ab2bb1c66346a0f331a5f2aece..d448197a978d80b925d19a64edf4d322042917d6 100644 (file)
@@ -6,8 +6,11 @@ AM_CPPFLAGS = \
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libflash.la
 libflash_la_SOURCES = \
+       arm_nandio.c \
        flash.c \
        lpc2000.c \
+       lpc288x.c \
+       lpc2900.c \
        cfi.c \
        non_cfi.c \
        at91sam7.c \
@@ -31,15 +34,19 @@ libflash_la_SOURCES = \
        s3c2412_nand.c \
        s3c2440_nand.c \
        s3c2443_nand.c \
-       lpc288x.c \
        ocl.c \
        mflash.c \
        pic32mx.c \
-       avrf.c
+       avrf.c \
+       faux.c \
+       mx3_nand.c
 
 noinst_HEADERS = \
+       arm_nandio.h \
        flash.h \
        lpc2000.h \
+       lpc288x.h \
+       lpc2900.h \
        cfi.h \
        non_cfi.h \
        at91sam7.h \
@@ -54,10 +61,10 @@ noinst_HEADERS = \
        tms470.h \
        s3c24xx_nand.h \
        s3c24xx_regs_nand.h \
-       lpc288x.h \
        mflash.h \
        ocl.h \
        pic32mx.h \
-       avrf.h
+       avrf.h \
+       mx3_nand.h
 
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in