summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 16:55:44 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 16:55:44 +0000
commited9f0dfcffdcaea3afe458d18f09efe5cdf8f61b (patch)
treec8e410946e9f8f1d7306759d18f9086bba36cb05 /sys/modules
parent9d7b3777ea1d9fc10418145ca3475c17f9948887 (diff)
downloadFreeBSD-src-ed9f0dfcffdcaea3afe458d18f09efe5cdf8f61b.zip
FreeBSD-src-ed9f0dfcffdcaea3afe458d18f09efe5cdf8f61b.tar.gz
MFC r283448:
Connect linux64 module to the build.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 49c4a74..cad1f6e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -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
OpenPOWER on IntegriCloud