flash: add stm32l Revision X support
[fw/openocd] / src / flash / nor / Makefile.am
index 6dd95fe49c4549ec0d730f1894269a698fbd3159..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 \
@@ -26,15 +26,15 @@ NOR_DRIVERS = \
        stellaris.c \
        stm32f1x.c \
        stm32f2x.c \
+       stm32lx.c \
        str7x.c \
        str9x.c \
        str9xpec.c \
        tms470.c \
        virtual.c \
-       fm3.c
-
-# Disabled for now, it generates warnings
-# dsp5680xx_flash.c 
+       fm3.c \
+       dsp5680xx_flash.c \
+       kinetis.c
 
 noinst_HEADERS = \
        core.h \