freebsd-dev/sys/modules/rockchip/Makefile
Emmanuel Vadot cee1927ea2 Add RK805 PMIC Support
RK805 is the companion PMIC for RK3328 SoC.
Add a driver for it with most of it's regulators supported.

MFC after:	1 month
2018-11-28 13:53:43 +00:00

9 lines
105 B
Makefile

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