X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=ece4018370b088352cf69ebd50e7e63b91b50c10;hp=54a5116ee8f8991b6a4a4fef6d096a58b8d2a200;hb=87a9ee3625c942d86db76b2d9be67c9e17e3bd63;hpb=fe9228a32db930be297d4d3b35ffb94d6de1b9ab diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index 54a5116ee8..ece4018370 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -1,21 +1,13 @@ +include $(top_srcdir)/common.mk + SUBDIRS = \ nor \ nand -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag \ - -I$(top_srcdir)/src/target - 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 = \ @@ -23,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