X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fflash%2Fnand%2FMakefile.am;h=23c303bfc1ad2c27039d2ecc650d6edf78bc7984;hb=acdf14eb437abef6120fb7160f57a2592db45602;hp=8ea7b362dd873d561728920b207bdac0f29edda7;hpb=4611f87f0aeba42d21fc6c197e904a0c97731bf7;p=fw%2Fopenocd diff --git a/src/flash/nand/Makefile.am b/src/flash/nand/Makefile.am index 8ea7b362d..23c303bfc 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,7 @@ NAND_DRIVERS = \ nonce.c \ davinci.c \ lpc3180.c \ + lpc32xx.c \ mx2.c \ mx3.c \ orion.c \ @@ -37,6 +36,7 @@ noinst_HEADERS = \ fileio.h \ imp.h \ lpc3180.h \ + lpc32xx.h \ mx2.h \ mx3.h \ s3c24xx.h \