cee1927ea2
RK805 is the companion PMIC for RK3328 SoC. Add a driver for it with most of it's regulators supported. MFC after: 1 month
9 lines
105 B
Makefile
9 lines
105 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to RockChip.
|
|
|
|
SUBDIR = \
|
|
rk_i2c \
|
|
rk805
|
|
|
|
.include <bsd.subdir.mk>
|