svn commit: r293602 - stable/10/sys/modules

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 18:16:37 UTC 2016


Author: dchagin
Date: Sat Jan  9 18:16:36 2016
New Revision: 293602
URL: https://svnweb.freebsd.org/changeset/base/293602

Log:
  MFC r283680, r283681:
  
  Move linux64 and linux_common to it's right place and make them not
  depend on bhyve.

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 18:09:07 2016	(r293601)
+++ stable/10/sys/modules/Makefile	Sat Jan  9 18:16:36 2016	(r293602)
@@ -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


More information about the svn-src-all mailing list