svn commit: r289994 - head/sys/modules

Hans Petter Selasky hselasky at FreeBSD.org
Mon Oct 26 10:09:10 UTC 2015


Author: hselasky
Date: Mon Oct 26 10:09:08 2015
New Revision: 289994
URL: https://svnweb.freebsd.org/changeset/base/289994

Log:
  Build the LinuxKPI module by default.
  
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Oct 26 09:34:43 2015	(r289993)
+++ head/sys/modules/Makefile	Mon Oct 26 10:09:08 2015	(r289994)
@@ -202,7 +202,7 @@ SUBDIR=	\
 	${_linux} \
 	${_linux_common} \
 	${_linux64} \
-	${_linuxkpi} \
+	linuxkpi \
 	lmc \
 	lpt \
 	mac_biba \
@@ -539,9 +539,6 @@ _ixv=		ixv
 _linprocfs=	linprocfs
 _linsysfs=	linsysfs
 _linux=		linux
-.if ${MK_OFED} != "no"
-_linuxkpi=	linuxkpi
-.endif
 _ndis=		ndis
 _pccard=	pccard
 .if ${MK_OFED} != "no" || defined(ALL_MODULES)


More information about the svn-src-all mailing list