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