From owner-svn-src-all@freebsd.org Mon Oct 26 10:09:10 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3443BA1D09E; Mon, 26 Oct 2015 10:09:10 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F29161D8C; Mon, 26 Oct 2015 10:09:09 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9QA99fO019133; Mon, 26 Oct 2015 10:09:09 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9QA99if019132; Mon, 26 Oct 2015 10:09:09 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201510261009.t9QA99if019132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Mon, 26 Oct 2015 10:09:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r289994 - head/sys/modules X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 10:09:10 -0000 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)