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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to