src/flash/nor: flash driver for RSL10
[fw/openocd] / src / flash / nor / Makefile.am
index 135128ee4f1602e7206b18563a0375080130a263..f04f0d206a76ca2417b934ad55c19c145431b53e 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 noinst_LTLIBRARIES += %D%/libocdflashnor.la
 %C%_libocdflashnor_la_SOURCES = \
        %D%/core.c \
@@ -44,6 +46,7 @@ NOR_DRIVERS = \
        %D%/mrvlqspi.c \
        %D%/niietcm4.c \
        %D%/non_cfi.c \
+       %D%/npcx.c \
        %D%/nrf5.c \
        %D%/numicro.c \
        %D%/ocl.c \
@@ -51,9 +54,15 @@ NOR_DRIVERS = \
        %D%/psoc4.c \
        %D%/psoc5lp.c \
        %D%/psoc6.c \
+       %D%/renesas_rpchf.c \
+       %D%/rp2040.c \
+       %D%/rsl10.c \
+       %D%/sfdp.c \
+       %D%/sh_qspi.c \
        %D%/sim3x.c \
        %D%/spi.c \
        %D%/stmsmi.c \
+       %D%/stmqspi.c \
        %D%/stellaris.c \
        %D%/stm32f1x.c \
        %D%/stm32f2x.c \
@@ -63,6 +72,7 @@ NOR_DRIVERS = \
        %D%/str7x.c \
        %D%/str9x.c \
        %D%/str9xpec.c \
+       %D%/swm050.c \
        %D%/tms470.c \
        %D%/virtual.c \
        %D%/w600.c \
@@ -73,11 +83,15 @@ 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%/sfdp.h \
        %D%/spi.h \
+       %D%/stm32l4x.h \
+       %D%/stmqspi.h \
        %D%/msp432.h