flash: Analog Devices ADuCM360 support
[fw/openocd] / src / flash / nor / Makefile.am
index bae42fd5dfcaa6f074e415a252bcb72027059375..4d11436cd8807528df74131a2b5edc23714f5e1a 100644 (file)
@@ -9,6 +9,7 @@ libocdflashnor_la_SOURCES = \
 
 NOR_DRIVERS = \
        aduc702x.c \
+       aducm360.c \
        at91sam4.c \
        at91sam4l.c \
        at91samd.c \
@@ -19,6 +20,7 @@ NOR_DRIVERS = \
        efm32.c \
        em357.c \
        faux.c \
+       jtagspi.c \
        lpc2000.c \
        lpc288x.c \
        lpc2900.c \
@@ -44,7 +46,9 @@ NOR_DRIVERS = \
        mini51.c \
        nuc1x.c \
        nrf51.c \
-       mrvlqspi.c
+       mrvlqspi.c \
+       psoc4.c \
+       sim3x.c
 
 noinst_HEADERS = \
        core.h \