X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=27846d768016efd377000eaffcf17a47dcaa10a4;hp=73f02bffc1ac811e9149aa0507bd4e4d2d464419;hb=9542318312ceb4fd93f50fa58a708643befeefc2;hpb=00228aa8398fd7dde1271af424fab1cb470c5f43 diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 73f02bffc1..27846d7680 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -6,11 +6,15 @@ 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 \ + at91sam3.c \ davinci_nand.c \ str7x.c \ str9x.c \ @@ -30,18 +34,22 @@ libflash_la_SOURCES = \ s3c2412_nand.c \ s3c2440_nand.c \ s3c2443_nand.c \ - lpc288x.c \ ocl.c \ mflash.c \ pic32mx.c \ - avrf.c + avrf.c \ + mx3_nand.c noinst_HEADERS = \ + arm_nandio.h \ flash.h \ lpc2000.h \ + lpc288x.h \ + lpc2900.h \ cfi.h \ non_cfi.h \ at91sam7.h \ + at91sam3.h \ str7x.h \ str9x.h \ nand.h \ @@ -52,10 +60,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