X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2FMakefile.am;h=2ddd096ae98722fee9d846df3cc4b920558f9d9e;hp=7d250f6fd87d756e02d28c886fa5e3d8a686c928;hb=7c0832ef7e5daca7fff363802058d01fc6da6c86;hpb=a7fd30c07fb9c2b7662ffaa48287b1997dc60796 diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index 7d250f6fd8..2ddd096ae9 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -1,8 +1,14 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src +include $(top_srcdir)/common.mk 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 @@ -10,19 +16,31 @@ NAND_DRIVERS = \ nonce.c \ davinci.c \ lpc3180.c \ + lpc32xx.c \ + mxc.c \ mx3.c \ orion.c \ s3c24xx.c \ s3c2410.c \ s3c2412.c \ s3c2440.c \ - s3c2443.c + s3c2443.c \ + s3c6400.c \ + at91sam9.c \ + nuc910.c noinst_HEADERS = \ - lpc3180.h \ + arm_io.h \ + core.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