aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 06:40:59 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-06-14 06:40:59 +0000
commitc0fc404789367b884cc5d8d8ad95b951e30bd93a (patch)
tree111875bcc60110cb94e84cfaae1eee401fffa6cf /sys/modules/Makefile
parent3de61a68837e5d1a29f714d1712741edb421cb40 (diff)
downloadsrc-c0fc404789367b884cc5d8d8ad95b951e30bd93a.tar.gz
src-c0fc404789367b884cc5d8d8ad95b951e30bd93a.zip
Add modules/rockchip
Build rockchip modules as part of buildkernel. Add the i2c controller module.
Notes
Notes: svn path=/head/; revision=335115
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cfe61308bc73..0fc3a813a40d 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -331,6 +331,7 @@ SUBDIR= \
${_rdrand_rng} \
re \
rl \
+ ${_rockchip} \
rtwn \
rtwn_pci \
rtwn_usb \
@@ -563,6 +564,7 @@ _allwinner= allwinner
_armv8crypto= armv8crypto
_efirt= efirt
_em= em
+_rockchip= rockchip
.endif
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"