X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2FMakefile.am;h=9d983a8d9e10dd1f1afa6f57c8c94d10e8f9ebdd;hp=ee322eeeeba922aacbdc58d6a8fc938cf82b93b0;hb=ff5deeeeaa4f394931e3c5ccfb4cfd33beda0743;hpb=896ac8d4ef3212f80887bf009d626c5becb1240a diff --git a/src/flash/Makefile.am b/src/flash/Makefile.am index ee322eeeeb..9d983a8d9e 100644 --- a/src/flash/Makefile.am +++ b/src/flash/Makefile.am @@ -4,19 +4,12 @@ SUBDIRS = \ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag \ - -I$(top_srcdir)/src/target + -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 = \ @@ -24,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