bluenrg-x: simplyfied the driver
[fw/openocd] / src / flash / nor / Makefile.am
index 5335931b23bace6dd4792c9aa1eb585d651d75f6..64c4a9079c718678c0fceb760249a46588e894fc 100644 (file)
@@ -17,14 +17,18 @@ NOR_DRIVERS = \
        %D%/at91sam7.c \
        %D%/ath79.c \
        %D%/atsamv.c \
+       %D%/atsame5.c \
        %D%/avrf.c \
        %D%/bluenrg-x.c \
        %D%/cc3220sf.c \
+       %D%/cc26xx.c \
        %D%/cfi.c \
        %D%/dsp5680xx_flash.c \
        %D%/efm32.c \
        %D%/em357.c \
+       %D%/esirisc_flash.c \
        %D%/faux.c \
+       %D%/fespi.c \
        %D%/fm3.c \
        %D%/fm4.c \
        %D%/jtagspi.c \
@@ -34,7 +38,9 @@ NOR_DRIVERS = \
        %D%/lpc288x.c \
        %D%/lpc2900.c \
        %D%/lpcspifi.c \
+       %D%/max32xxx.c \
        %D%/mdr.c \
+       %D%/msp432.c \
        %D%/mrvlqspi.c \
        %D%/niietcm4.c \
        %D%/non_cfi.c \
@@ -43,7 +49,10 @@ NOR_DRIVERS = \
        %D%/ocl.c \
        %D%/pic32mx.c \
        %D%/psoc4.c \
+       %D%/psoc5lp.c \
        %D%/psoc6.c \
+       %D%/renesas_rpchf.c \
+       %D%/sh_qspi.c \
        %D%/sim3x.c \
        %D%/spi.c \
        %D%/stmsmi.c \
@@ -56,8 +65,10 @@ NOR_DRIVERS = \
        %D%/str7x.c \
        %D%/str9x.c \
        %D%/str9xpec.c \
+       %D%/swm050.c \
        %D%/tms470.c \
        %D%/virtual.c \
+       %D%/w600.c \
        %D%/xcf.c \
        %D%/xmc1xxx.c \
        %D%/xmc4xxx.c
@@ -65,9 +76,12 @@ NOR_DRIVERS = \
 NORHEADERS = \
        %D%/core.h \
        %D%/cc3220sf.h \
+       %D%/bluenrg-x.h \
+       %D%/cc26xx.h \
        %D%/cfi.h \
        %D%/driver.h \
        %D%/imp.h \
        %D%/non_cfi.h \
        %D%/ocl.h \
-       %D%/spi.h
+       %D%/spi.h \
+       %D%/msp432.h