STM32L: Write partial-page flash data after full-page data
[fw/openocd] / src / flash / nor / Makefile.am
index 42707e007ff7ccff69eec86cbd0c1122998b33f5..0b219a9b9abe9546f2f5d0a2c37d6d3990777f79 100644 (file)
@@ -13,7 +13,6 @@ NOR_DRIVERS = \
        at91sam7.c \
        avrf.c \
        cfi.c \
-       ecos.c \
        em357.c \
        faux.c \
        lpc2000.c \
@@ -24,12 +23,17 @@ NOR_DRIVERS = \
        pic32mx.c \
        stmsmi.c \
        stellaris.c \
-       stm32x.c \
+       stm32f1x.c \
+       stm32f2x.c \
+       stm32lx.c \
        str7x.c \
        str9x.c \
        str9xpec.c \
        tms470.c \
-       virtual.c
+       virtual.c \
+       fm3.c \
+       dsp5680xx_flash.c \
+       kinetis.c
 
 noinst_HEADERS = \
        core.h \