STM32L: Write partial-page flash data after full-page data
[fw/openocd] / src / flash / nor / Makefile.am
index 1be84becfa3508f33eb49e53867862f6d779cdd9..0b219a9b9abe9546f2f5d0a2c37d6d3990777f79 100644 (file)
@@ -1,18 +1,19 @@
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/helper \
-       -I$(top_srcdir)/src/jtag \
-       -I$(top_srcdir)/src/flash \
-       -I$(top_srcdir)/src/target
+include $(top_srcdir)/common.mk
 
 noinst_LTLIBRARIES = libocdflashnor.la
 libocdflashnor_la_SOURCES = \
+       core.c \
+       tcl.c \
+       $(NOR_DRIVERS) \
+       drivers.c
+
+NOR_DRIVERS = \
        aduc702x.c \
        at91sam3.c \
        at91sam7.c \
        avrf.c \
        cfi.c \
-       ecos.c \
+       em357.c \
        faux.c \
        lpc2000.c \
        lpc288x.c \
@@ -20,28 +21,26 @@ libocdflashnor_la_SOURCES = \
        non_cfi.c \
        ocl.c \
        pic32mx.c \
+       stmsmi.c \
        stellaris.c \
-       stm32x.c \
+       stm32f1x.c \
+       stm32f2x.c \
+       stm32lx.c \
        str7x.c \
        str9x.c \
        str9xpec.c \
-       tms470.c
+       tms470.c \
+       virtual.c \
+       fm3.c \
+       dsp5680xx_flash.c \
+       kinetis.c
 
 noinst_HEADERS = \
-       at91sam7.h \
-       at91sam3.h \
-       avrf.h \
+       core.h \
        cfi.h \
-       lpc2000.h \
-       lpc288x.h \
+       driver.h \
+       imp.h \
        non_cfi.h \
-       ocl.h \
-       pic32mx.h \
-       stellaris.h \
-       stm32x.h \
-       str7x.h \
-       str9x.h \
-       str9xpec.h \
-       tms470.h
+       ocl.h
 
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in