]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Build the LinuxKPI module by default.
authorhselasky <hselasky@FreeBSD.org>
Mon, 26 Oct 2015 10:09:08 +0000 (10:09 +0000)
committerhselasky <hselasky@FreeBSD.org>
Mon, 26 Oct 2015 10:09:08 +0000 (10:09 +0000)
Sponsored by: Mellanox Technologies

sys/modules/Makefile

index c993266558d5033ed9528613714cefbb3cfbdf8a..dca94fec25c0930f02df947bfc8c288616c99d5e 100644 (file)
@@ -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)