From 9ef3c112371c0699076d74e6e6fab09a70ed7c8e Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 18:16:36 +0000 Subject: MFC r283680, r283681: Move linux64 and linux_common to it's right place and make them not depend on bhyve. --- sys/modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') 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 -- cgit v1.1