X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2FMakefile.am;h=2ddd096ae98722fee9d846df3cc4b920558f9d9e;hp=bb9998e5f06dddfd6e0254b3e31a538aaccf41ed;hb=27bcd224b299f70c1ee8e776abebec3114ac548e;hpb=3ac2a440419a52752a5e11eba8ab2722a1fe73bf diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index bb9998e5f0..2ddd096ae9 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -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 \ + mxc.c \ mx3.c \ orion.c \ s3c24xx.c \ @@ -25,15 +25,22 @@ NAND_DRIVERS = \ s3c2412.c \ s3c2440.c \ s3c2443.c \ - at91sam9.c + s3c6400.c \ + at91sam9.c \ + nuc910.c noinst_HEADERS = \ arm_io.h \ core.h \ - lpc3180.h \ driver.h \ + fileio.h \ + imp.h \ + lpc3180.h \ + lpc32xx.h \ + mxc.h \ mx3.h \ s3c24xx.h \ - s3c24xx_regs.h + s3c24xx_regs.h \ + nuc910.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in