aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2017-03-03 12:06:33 +0000
committerAndriy Gapon <avg@FreeBSD.org>2017-03-03 12:06:33 +0000
commite16ecc4508d091b2de1c417f7ae4a552d14220fb (patch)
treeb6ccee43395fd049cd65e796ae2784177b8dc919 /sys/modules
parent5c5a173df760f953dab22699685d90fb617bcd36 (diff)
Notes
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 a43dd24cb030..a06adf254fcb 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>