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