blob: e23d7dd214bf9a11e3db8b6a44e1d18de4a5c105 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
.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>
|