X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2FMakefile.am;h=9aa0e69f16746363513744f29cc0a39620d5a940;hp=a48b726ac768f3f75beb07f015ea4c64c1db104a;hb=838cd58e24a18102b8a140df9fa993fe65706828;hpb=899c9975e750ff0144d4a4f63e0f2a619c0b0e58 diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index a48b726ac7..9aa0e69f16 100644 --- a/src/flash/nand/Makefile.am +++ b/src/flash/nand/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/src +include $(top_srcdir)/common.mk noinst_LTLIBRARIES = libocdflashnand.la @@ -16,21 +16,29 @@ NAND_DRIVERS = \ nonce.c \ davinci.c \ lpc3180.c \ + mx2.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 = \ arm_io.h \ core.h \ - lpc3180.h \ driver.h \ + fileio.h \ + imp.h \ + lpc3180.h \ + mx2.h \ mx3.h \ s3c24xx.h \ - s3c24xx_regs.h + s3c24xx_regs.h \ + nuc910.h MAINTAINERCLEANFILES = $(srcdir)/Makefile.in