summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-10-22 09:50:45 +0000
committerhselasky <hselasky@FreeBSD.org>2015-10-22 09:50:45 +0000
commit1025a58857e51798030a64fa0fb3a22ce954d59c (patch)
treefe16a002f28f006ee9780f569e0595b9cf2495a6 /sys/modules
parent8be8acd7af2d635a3a2a8508546a3bbf6b6190ed (diff)
downloadFreeBSD-src-1025a58857e51798030a64fa0fb3a22ce954d59c.zip
FreeBSD-src-1025a58857e51798030a64fa0fb3a22ce954d59c.tar.gz
Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a
kernel programming interface module, KPI, to avoid confusion with the existing Linux userspace binary compatibility shims. Bump the FreeBSD_version number. Reviewed by: np @ Suggested by: dumbbell @ Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/linuxkpi/Makefile (renamed from sys/modules/linuxapi/Makefile)2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ad54a59..e22a92a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -203,7 +203,7 @@ SUBDIR= \
${_linux} \
${_linux_common} \
${_linux64} \
- ${_linuxapi} \
+ ${_linuxkpi} \
lmc \
lpt \
mac_biba \
@@ -534,7 +534,7 @@ _linprocfs= linprocfs
_linsysfs= linsysfs
_linux= linux
.if ${MK_OFED} != "no"
-_linuxapi= linuxapi
+_linuxkpi= linuxkpi
.endif
_ndis= ndis
.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
diff --git a/sys/modules/linuxapi/Makefile b/sys/modules/linuxkpi/Makefile
index b10d125..47aa6cd 100644
--- a/sys/modules/linuxapi/Makefile
+++ b/sys/modules/linuxkpi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../ofed/include/linux
-KMOD= linuxapi
+KMOD= linuxkpi
SRCS= linux_kmod.c \
linux_compat.c \
linux_pci.c \
OpenPOWER on IntegriCloud