summaryrefslogtreecommitdiff
path: root/sys/modules/spi/mx25l/Makefile
blob: a7aabc7c227950f4b9e38e921c815c4ef9debe3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.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>