X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=ece4018370b088352cf69ebd50e7e63b91b50c10;hp=2144ff2dcad22dcd32910d3add58cc13ffba9f52;hb=4732471b2e122357403fbcaa53fb712db0d8235e;hpb=747d6f22868dd87cb54341cc22d9eb3687039735 diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 2144ff2dca..ece4018370 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -1,17 +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 \ mflash.c libflash_la_LIBADD = \ @@ -19,10 +15,8 @@ libflash_la_LIBADD = \ $(top_builddir)/src/flash/nand/libocdflashnand.la noinst_HEADERS = \ - arm_nandio.h \ common.h \ - mflash.h \ - nand.h + mflash.h EXTRA_DIST = startup.tcl