svn commit: r283448 - head/sys/modules

Dmitry Chagin dchagin at FreeBSD.org
Sun May 24 16:53:33 UTC 2015


Author: dchagin
Date: Sun May 24 16:53:32 2015
New Revision: 283448
URL: https://svnweb.freebsd.org/changeset/base/283448

Log:
  Connect linux64 module to the build.
  
  Differential Revision:	https://reviews.freebsd.org/D1097
  Reviewed by:	emaste

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun May 24 16:52:45 2015	(r283447)
+++ head/sys/modules/Makefile	Sun May 24 16:53:32 2015	(r283448)
@@ -197,6 +197,7 @@ SUBDIR=	\
 	${_linsysfs} \
 	${_linux} \
 	${_linux_common} \
+	${_linux64} \
 	${_linuxapi} \
 	lmc \
 	lpt \
@@ -629,6 +630,7 @@ _sfxge=		sfxge
 .if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
 _vmm=		vmm
 _linux_common=	linux_common
+_linux64=	linux64
 .endif
 .endif
 


More information about the svn-src-all mailing list