Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 16:55:45 +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: r293552 - stable/10/sys/modules
Message-ID:  <201601091655.u09Gtjba047978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Jan  9 16:55:44 2016
New Revision: 293552
URL: https://svnweb.freebsd.org/changeset/base/293552

Log:
  MFC r283448:
  
  Connect linux64 module to the build.

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 16:52:25 2016	(r293551)
+++ stable/10/sys/modules/Makefile	Sat Jan  9 16:55:44 2016	(r293552)
@@ -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



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