1c0fc4047SEmmanuel Vadot 2*3c2b2a28SEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/iicbus/controller/rockchip 3c0fc4047SEmmanuel Vadot 4c0fc4047SEmmanuel VadotKMOD= rk_i2c 5c0fc4047SEmmanuel VadotSRCS= rk_i2c.c 6c0fc4047SEmmanuel Vadot 7c0fc4047SEmmanuel VadotSRCS+= \ 8c0fc4047SEmmanuel Vadot bus_if.h \ 9c0fc4047SEmmanuel Vadot clknode_if.h \ 10c0fc4047SEmmanuel Vadot device_if.h \ 11c0fc4047SEmmanuel Vadot iicbus_if.h \ 12c0fc4047SEmmanuel Vadot ofw_bus_if.h \ 13c0fc4047SEmmanuel Vadot opt_platform.h \ 14c0fc4047SEmmanuel Vadot 15c0fc4047SEmmanuel Vadot.include <bsd.kmod.mk> 16