X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=9d983a8d9e10dd1f1afa6f57c8c94d10e8f9ebdd;hp=cda59e44e1f98ac388eda23d419ae7e32f86e953;hb=f5ae179519d578169b4123af89eebf667efa1e2c;hpb=822c06d9e3983b37cd1830c594210973cb560991 diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index cda59e44e1..9d983a8d9e 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -3,17 +3,13 @@ SUBDIRS = \ nand AM_CPPFLAGS = \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + -I$(top_builddir)/src METASOURCES = AUTO noinst_LTLIBRARIES = libflash.la libflash_la_SOURCES = \ common.c \ - flash.c \ - arm_nandio.c \ - nand_ecc.c \ - nand_ecc_kw.c \ - nand.c \ mflash.c libflash_la_LIBADD = \ @@ -21,11 +17,8 @@ libflash_la_LIBADD = \ $(top_builddir)/src/flash/nand/libocdflashnand.la noinst_HEADERS = \ - arm_nandio.h \ common.h \ - flash.h \ - mflash.h \ - nand.h + mflash.h EXTRA_DIST = startup.tcl