2017-03-09 01:21:28 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/spibus
|
|
|
|
KMOD= spigen
|
|
|
|
SRCS= spigen.c
|
2018-04-07 19:09:57 +00:00
|
|
|
|
|
|
|
# Generated files...
|
|
|
|
SRCS+= \
|
|
|
|
bus_if.h \
|
|
|
|
device_if.h \
|
|
|
|
opt_platform.h \
|
2018-07-20 17:46:55 +00:00
|
|
|
opt_spi.h \
|
2018-04-07 19:09:57 +00:00
|
|
|
spibus_if.h \
|
|
|
|
|
|
|
|
.if !empty(OPT_FDT)
|
|
|
|
SRCS+= ofw_bus_if.h
|
|
|
|
.endif
|
2017-03-09 01:21:28 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|