svn commit: r293552 - stable/10/sys/modules
Dmitry Chagin
dchagin at FreeBSD.org
Sat Jan 9 16:55:46 UTC 2016
Author: dchagin
Date: Sat Jan 9 16:55:44 2016
New Revision: 293552
URL: https://svnweb.freebsd.org/changeset/base/293552
Log:
MFC r283448:
Connect linux64 module to the build.
Modified:
stable/10/sys/modules/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/modules/Makefile
==============================================================================
--- stable/10/sys/modules/Makefile Sat Jan 9 16:52:25 2016 (r293551)
+++ stable/10/sys/modules/Makefile Sat Jan 9 16:55:44 2016 (r293552)
@@ -198,6 +198,7 @@ SUBDIR= \
${_linsysfs} \
${_linux} \
${_linux_common} \
+ ${_linux64} \
lmc \
lpt \
mac_biba \
@@ -801,6 +802,7 @@ _virtio= virtio
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
_vmm= vmm
_linux_common= linux_common
+_linux64= linux64
.endif
_vxge= vxge
_x86bios= x86bios
More information about the svn-src-stable
mailing list