summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-01-09 18:16:36 +0000
committerdchagin <dchagin@FreeBSD.org>2016-01-09 18:16:36 +0000
commit9ef3c112371c0699076d74e6e6fab09a70ed7c8e (patch)
tree25cfffbefbfc4d7960beff7550c77b23ef988dee /sys/modules
parent1db5b620990d3f981e6b046ebd050ad75c0a8d62 (diff)
downloadFreeBSD-src-9ef3c112371c0699076d74e6e6fab09a70ed7c8e.zip
FreeBSD-src-9ef3c112371c0699076d74e6e6fab09a70ed7c8e.tar.gz
MFC r283680, r283681:
Move linux64 and linux_common to it's right place and make them not depend on bhyve.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index cad1f6e..5135093 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -751,6 +751,8 @@ _lindev= lindev
_linprocfs= linprocfs
_linsysfs= linsysfs
_linux= linux
+_linux64= linux64
+_linux_common= linux_common
_mly= mly
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
_mlx4= mlx4
@@ -801,8 +803,6 @@ _viawd= viawd
_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