1 2.PATH: ${SRCTOP}/sys/dev/iicbus/pmic/rockchip 3 4KMOD= rk808 5SRCS= rk8xx.c \ 6 rk808.c \ 7 rk8xx_clocks.c \ 8 rk8xx_rtc.c \ 9 rk8xx_regulators.c 10 11SRCS+= \ 12 bus_if.h \ 13 device_if.h \ 14 iicbus_if.h \ 15 regnode_if.h \ 16 regdev_if.h \ 17 ofw_bus_if.h \ 18 opt_platform.h \ 19 20.include <bsd.kmod.mk> 21