summaryrefslogtreecommitdiffstats
path: root/sys/modules/mlxen
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-09-04 20:12:36 +0000
committerhselasky <hselasky@FreeBSD.org>2014-09-04 20:12:36 +0000
commitec8cd58eaa7dce1497f70cbccb426548688b297a (patch)
tree23b0dc5ba6b006f74b06a4bc47467cfeb326038f /sys/modules/mlxen
parent0475b83655c10a4792a79a97799741c84500ad44 (diff)
downloadFreeBSD-src-ec8cd58eaa7dce1497f70cbccb426548688b297a.zip
FreeBSD-src-ec8cd58eaa7dce1497f70cbccb426548688b297a.tar.gz
MFC r270710 and r270821:
- Update the OFED Linux Emulation layer as a preparation for a hardware driver update from Mellanox Technologies. - Remove empty files from the OFED Linux Emulation layer. - Fix compile warnings related to printf() and the "%lld" and "%llx" format specifiers. - Add some missing 2-clause BSD copyrights. - Add "Mellanox Technologies, Ltd." to list of copyright holders. - Add some new compatibility files. - Fix order of uninit in the mlx4ib module to avoid crash at unload using the new module_exit_order() function. Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/modules/mlxen')
-rw-r--r--sys/modules/mlxen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/mlxen/Makefile b/sys/modules/mlxen/Makefile
index 73208d5..94e5025 100644
--- a/sys/modules/mlxen/Makefile
+++ b/sys/modules/mlxen/Makefile
@@ -10,6 +10,7 @@ SRCS += en_rx.c en_tx.c
SRCS += opt_inet.h opt_inet6.h
CFLAGS+= -I${.CURDIR}/../../ofed/drivers/net/mlx4
CFLAGS+= -I${.CURDIR}/../../ofed/include/
+CFLAGS+= -fms-extensions
.if !defined(KERNBUILDDIR)
.if ${MK_INET_SUPPORT} != "no"
OpenPOWER on IntegriCloud