summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2017-03-03 12:06:33 +0000
committeravg <avg@FreeBSD.org>2017-03-03 12:06:33 +0000
commit9aaf4375f0797517f8f0237f4e6b408a53dab9df (patch)
treeb6ccee43395fd049cd65e796ae2784177b8dc919 /sys/modules
parentd7adeb6414099d0eefd6657c4706f128b7e77931 (diff)
downloadFreeBSD-src-9aaf4375f0797517f8f0237f4e6b408a53dab9df.zip
FreeBSD-src-9aaf4375f0797517f8f0237f4e6b408a53dab9df.tar.gz
mlx5 module: remove include path that doesn't exist in this branch
This is a direct commit. It allows the module to be compiled with the base gcc.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mlx5/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile
index a43dd24..a06adf2 100644
--- a/sys/modules/mlx5/Makefile
+++ b/sys/modules/mlx5/Makefile
@@ -30,7 +30,6 @@ device_if.h bus_if.h vnode_if.h pci_if.h \
SRCS+= linux_compat.c linux_radix.c linux_idr.c
CFLAGS+= -I${.CURDIR}/../../ofed/include
-CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud