mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
RK805 is the companion PMIC for RK3328 SoC. Add a driver for it with most of it's regulators supported. MFC after: 1 month
8 lines
105 B
Makefile
8 lines
105 B
Makefile
# $FreeBSD$
|
|
# Build modules specific to RockChip.
|
|
|
|
SUBDIR = \
|
|
rk_i2c \
|
|
rk805
|
|
|
|
.include <bsd.subdir.mk>
|