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