mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
14 lines
188 B
Makefile
14 lines
188 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/flash/flexspi
|
|
|
|
KMOD= flexspi
|
|
SRCS= flex_spi.c
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
.include <bsd.kmod.mk>
|