flash: handle zero when reading stm32 flash size reg
[fw/openocd] / src / flash / nor / Makefile.am
index a9668262caa6b3a1a7d5b031797373a1c8f598ad..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,6 +26,7 @@ NOR_DRIVERS = \
        stellaris.c \
        stm32f1x.c \
        stm32f2x.c \
+       stm32lx.c \
        str7x.c \
        str9x.c \
        str9xpec.c \