flash: Analog Devices ADuCM360 support
[fw/openocd] / src / flash / nor / Makefile.am
index b5ffc52475973092df063f150433102ec13c29f5..4d11436cd8807528df74131a2b5edc23714f5e1a 100644 (file)
@@ -9,7 +9,10 @@ libocdflashnor_la_SOURCES = \
 
 NOR_DRIVERS = \
        aduc702x.c \
+       aducm360.c \
        at91sam4.c \
+       at91sam4l.c \
+       at91samd.c \
        at91sam3.c \
        at91sam7.c \
        avrf.c \
@@ -17,6 +20,7 @@ NOR_DRIVERS = \
        efm32.c \
        em357.c \
        faux.c \
+       jtagspi.c \
        lpc2000.c \
        lpc288x.c \
        lpc2900.c \
@@ -39,7 +43,12 @@ NOR_DRIVERS = \
        fm3.c \
        dsp5680xx_flash.c \
        kinetis.c \
-       mini51.c
+       mini51.c \
+       nuc1x.c \
+       nrf51.c \
+       mrvlqspi.c \
+       psoc4.c \
+       sim3x.c
 
 noinst_HEADERS = \
        core.h \