diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-02-17 19:27:14 +0000 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2015-02-17 19:27:14 +0000 |
commit | cc4a90c445aa04be36c3ef745cbe67fa339b94b5 (patch) | |
tree | e7455c7898e3607c9a20f4576ca097868e1705f2 /sys/modules/mlx4ib | |
parent | b153f37ffcefa028161d80c3852223dea7c93f4c (diff) | |
download | src-cc4a90c445aa04be36c3ef745cbe67fa339b94b5.tar.gz src-cc4a90c445aa04be36c3ef745cbe67fa339b94b5.zip |
Notes
Diffstat (limited to 'sys/modules/mlx4ib')
-rw-r--r-- | sys/modules/mlx4ib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/mlx4ib/Makefile b/sys/modules/mlx4ib/Makefile index 4ab7a4e7f338..7bfcb4a61a5a 100644 --- a/sys/modules/mlx4ib/Makefile +++ b/sys/modules/mlx4ib/Makefile @@ -13,8 +13,7 @@ CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/hw/mlx4 CFLAGS+= -I${.CURDIR}/../../ofed/include/ CFLAGS+= -DCONFIG_INFINIBAND_USER_MEM CFLAGS+= -DINET6 -DINET -CFLAGS+= -fms-extensions .include <bsd.kmod.mk> -CFLAGS+= -Wno-cast-qual -Wno-pointer-arith ${GCC_MS_EXTENSIONS} +CFLAGS+= -Wno-cast-qual -Wno-pointer-arith |