Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 10:09:09 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289994 - head/sys/modules
Message-ID:  <201510261009.t9QA99if019132@repo.freebsd.org>

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



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