1*1a37b8cdSEmmanuel Vadot.PATH: ${SRCTOP}/sys/dev/mmc/host/ 2*1a37b8cdSEmmanuel Vadot 3*1a37b8cdSEmmanuel VadotKMOD= rk_dwmmc 4*1a37b8cdSEmmanuel VadotSRCS= dwmmc.c dwmmc_rockchip.c 5*1a37b8cdSEmmanuel Vadot 6*1a37b8cdSEmmanuel VadotSRCS+= \ 7*1a37b8cdSEmmanuel Vadot bus_if.h \ 8*1a37b8cdSEmmanuel Vadot clknode_if.h \ 9*1a37b8cdSEmmanuel Vadot device_if.h \ 10*1a37b8cdSEmmanuel Vadot ofw_bus_if.h 11*1a37b8cdSEmmanuel Vadot 12*1a37b8cdSEmmanuel Vadot.include <bsd.kmod.mk> 13