add flash/nor/drivers.c
Encapsulates access to the flash_drivers array, providing a base of operations for future dynamic driver module loading features.
This commit is contained in:
@@ -4,7 +4,8 @@ noinst_LTLIBRARIES = libocdflashnor.la
|
||||
libocdflashnor_la_SOURCES = \
|
||||
core.c \
|
||||
tcl.c \
|
||||
$(NOR_DRIVERS)
|
||||
$(NOR_DRIVERS) \
|
||||
drivers.c
|
||||
|
||||
NOR_DRIVERS = \
|
||||
aduc702x.c \
|
||||
|
||||
Reference in New Issue
Block a user