X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=ece4018370b088352cf69ebd50e7e63b91b50c10;hp=b5cd52603e0a7b0d47f8473b02692ab9edc37ba1;hb=45eef3c23df13ca3ea0c13d60d511479cce84be7;hpb=5fdee60fd4d38e59c7b5f7aca5ad50b90e7d61ee diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index b5cd52603e..ece4018370 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -1,18 +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 \ - arm_nandio.c \ - nand_ecc.c \ - nand_ecc_kw.c \ - nand.c \ mflash.c libflash_la_LIBADD = \ @@ -20,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