mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
19 lines
234 B
Makefile
19 lines
234 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/flash
|
|
|
|
KMOD= mx25l
|
|
SRCS= mx25l.c
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
opt_platform.h \
|
|
spibus_if.h \
|
|
|
|
.if !empty(OPT_FDT)
|
|
SRCS+= ofw_bus_if.h
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|