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