freebsd-dev/sys/modules/rockchip/Makefile
Emmanuel Vadot 6b96bb7395 modules: rockchip: Add a module for rk808 PMIC
Now that the drivers are split we need one for RK3399-based board.
2021-11-14 20:26:33 +01:00

12 lines
136 B
Makefile

# $FreeBSD$
# Build modules specific to RockChip.
SUBDIR = \
rk_i2c \
rk805 \
rk808 \
rk_dwmmc \
rk_spi
.include <bsd.subdir.mk>