Index: stable/12/sys/modules/rockchip/rk_dwmmc/Makefile =================================================================== --- stable/12/sys/modules/rockchip/rk_dwmmc/Makefile (nonexistent) +++ stable/12/sys/modules/rockchip/rk_dwmmc/Makefile (revision 358701) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/dev/mmc/host/ + +KMOD= rk_dwmmc +SRCS= dwmmc.c dwmmc_rockchip.c + +SRCS+= \ + bus_if.h \ + clknode_if.h \ + device_if.h \ + ofw_bus_if.h + +.include Property changes on: stable/12/sys/modules/rockchip/rk_dwmmc/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: stable/12 =================================================================== --- stable/12 (revision 358700) +++ stable/12 (revision 358701) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r355626