mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
The spi node doesn't lives under a simple-bus compatible node so we need OFWBUS_PNP_INFO instead of SIMPLEBUS_PNP_INFO.
15 lines
186 B
Makefile
15 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/arm64/rockchip
|
|
|
|
KMOD= rk_spi
|
|
SRCS= rk_spi.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
clknode_if.h \
|
|
device_if.h \
|
|
ofw_bus_if.h \
|
|
spibus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|