84e404763f
The spi node doesn't lives under a simple-bus compatible node so we need OFWBUS_PNP_INFO instead of SIMPLEBUS_PNP_INFO.
11 lines
127 B
Makefile
11 lines
127 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to RockChip.
|
|
|
|
SUBDIR = \
|
|
rk_i2c \
|
|
rk805 \
|
|
rk_dwmmc \
|
|
rk_spi
|
|
|
|
.include <bsd.subdir.mk>
|