Index: head/sys/modules/rockchip/Makefile =================================================================== --- head/sys/modules/rockchip/Makefile (revision 355625) +++ head/sys/modules/rockchip/Makefile (revision 355626) @@ -1,8 +1,9 @@ # $FreeBSD$ # Build modules specific to RockChip. SUBDIR = \ rk_i2c \ - rk805 + rk805 \ + rk_dwmmc .include Index: head/sys/modules/rockchip/rk_dwmmc/Makefile =================================================================== --- head/sys/modules/rockchip/rk_dwmmc/Makefile (nonexistent) +++ head/sys/modules/rockchip/rk_dwmmc/Makefile (revision 355626) @@ -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: head/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