blob: c8aee6c2ef72f6ed98744a258af383f12390039a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.PATH: ${SRCTOP}/sys/dev/spibus
KMOD= spigen
SRCS= spigen.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
opt_platform.h \
opt_spi.h \
spibus_if.h \
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
EXPORT_SYMS= YES
.include <bsd.kmod.mk>
|