X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=ece4018370b088352cf69ebd50e7e63b91b50c10;hp=cda59e44e1f98ac388eda23d419ae7e32f86e953;hb=58256d48358ab695e970b5e61546aecb366ad914;hpb=822c06d9e3983b37cd1830c594210973cb560991 diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index cda59e44e1..ece4018370 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -1,19 +1,13 @@ +include $(top_srcdir)/common.mk + SUBDIRS = \ nor \ nand -AM_CPPFLAGS = \ - -I$(top_srcdir)/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 +15,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