Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 18:16:36 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r293602 - stable/10/sys/modules
Message-ID:  <201601091816.u09IGawV074954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601091816.u09IGawV074954>