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