remove flash.h from tree
[fw/openocd] / src / flash / Makefile.am
index 54a5116ee8f8991b6a4a4fef6d096a58b8d2a200..ba44adb3846a36c42feee244157456df5bcde96e 100644 (file)
@@ -3,15 +3,12 @@ SUBDIRS = \
        nand
 
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src/helper \
-       -I$(top_srcdir)/src/jtag \
-       -I$(top_srcdir)/src/target
+       -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 \
@@ -25,7 +22,6 @@ libflash_la_LIBADD = \
 noinst_HEADERS = \
        arm_nandio.h \
        common.h \
-       flash.h \
        mflash.h \
        nand.h