flash: add stm32l Revision X support
[fw/openocd] / src / flash / nor / Makefile.am
index 42707e007ff7ccff69eec86cbd0c1122998b33f5..fc646022aec0098bf007081ca5883ee2d86203a0 100644 (file)
@@ -9,11 +9,11 @@ libocdflashnor_la_SOURCES = \
 
 NOR_DRIVERS = \
        aduc702x.c \
+       at91sam4.c \
        at91sam3.c \
        at91sam7.c \
        avrf.c \
        cfi.c \
-       ecos.c \
        em357.c \
        faux.c \
        lpc2000.c \
@@ -24,12 +24,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 \