freebsd-dev/sys/modules/rockchip/rk805/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

18 lines
217 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/arm64/rockchip
KMOD= rk805
SRCS= rk805.c
SRCS+= \
bus_if.h \
device_if.h \
iicbus_if.h \
regnode_if.h \
regdev_if.h \
ofw_bus_if.h \
opt_platform.h \
.include <bsd.kmod.mk>