aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rockchip/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-12-11 18:43:39 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-12-11 18:43:39 +0000
commit1a37b8cdde36f72591427ce06749532290ebfc51 (patch)
treeed060d5a20a84efdd69971f9088dab34ce018567 /sys/modules/rockchip/Makefile
parent87dc015dbf35da3ff8b484602f631bc2dd1a2784 (diff)
Notes
Diffstat (limited to 'sys/modules/rockchip/Makefile')
-rw-r--r--sys/modules/rockchip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/rockchip/Makefile b/sys/modules/rockchip/Makefile
index a06f3e658da7..ec0c6ca2b3f6 100644
--- a/sys/modules/rockchip/Makefile
+++ b/sys/modules/rockchip/Makefile
@@ -3,6 +3,7 @@
SUBDIR = \
rk_i2c \
- rk805
+ rk805 \
+ rk_dwmmc
.include <bsd.subdir.mk>