svn commit: r314594 - stable/10/sys/modules/mlx5
Andriy Gapon
avg at FreeBSD.org
Fri Mar 3 12:06:34 UTC 2017
Author: avg
Date: Fri Mar 3 12:06:33 2017
New Revision: 314594
URL: https://svnweb.freebsd.org/changeset/base/314594
Log:
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.
Modified:
stable/10/sys/modules/mlx5/Makefile
Modified: stable/10/sys/modules/mlx5/Makefile
==============================================================================
--- stable/10/sys/modules/mlx5/Makefile Fri Mar 3 12:03:50 2017 (r314593)
+++ stable/10/sys/modules/mlx5/Makefile Fri Mar 3 12:06:33 2017 (r314594)
@@ -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>
More information about the svn-src-stable
mailing list