bluenrg-x: simplyfied the driver
[fw/openocd] / src / flash / nor / Makefile.am
index 7c353c4adb4d0f2c0f7622cb9d9523634844e052..64c4a9079c718678c0fceb760249a46588e894fc 100644 (file)
@@ -17,6 +17,7 @@ NOR_DRIVERS = \
        %D%/at91sam7.c \
        %D%/ath79.c \
        %D%/atsamv.c \
+       %D%/atsame5.c \
        %D%/avrf.c \
        %D%/bluenrg-x.c \
        %D%/cc3220sf.c \
@@ -27,6 +28,7 @@ NOR_DRIVERS = \
        %D%/em357.c \
        %D%/esirisc_flash.c \
        %D%/faux.c \
+       %D%/fespi.c \
        %D%/fm3.c \
        %D%/fm4.c \
        %D%/jtagspi.c \
@@ -49,6 +51,8 @@ NOR_DRIVERS = \
        %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 \
@@ -61,6 +65,7 @@ NOR_DRIVERS = \
        %D%/str7x.c \
        %D%/str9x.c \
        %D%/str9xpec.c \
+       %D%/swm050.c \
        %D%/tms470.c \
        %D%/virtual.c \
        %D%/w600.c \
@@ -71,6 +76,7 @@ NOR_DRIVERS = \
 NORHEADERS = \
        %D%/core.h \
        %D%/cc3220sf.h \
+       %D%/bluenrg-x.h \
        %D%/cc26xx.h \
        %D%/cfi.h \
        %D%/driver.h \