aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qede/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/qede/Makefile')
-rw-r--r--drivers/net/qede/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/qede/Makefile b/drivers/net/qede/Makefile
index ccbffa45..c30a867e 100644
--- a/drivers/net/qede/Makefile
+++ b/drivers/net/qede/Makefile
@@ -1,6 +1,6 @@
-# Copyright (c) 2016 QLogic Corporation.
+# Copyright (c) 2016 - 2018 Cavium Inc.
# All rights reserved.
-# www.qlogic.com
+# www.cavium.com
#
# See LICENSE.qede_pmd for copyright and licensing details.
@@ -73,8 +73,7 @@ ifeq ($(shell clang -Wno-pointer-bool-conversion -Werror -E - < /dev/null > /dev
CFLAGS_BASE_DRIVER += -Wno-pointer-bool-conversion
endif
else #ICC
-CFLAGS_BASE_DRIVER += -wd188 #188: enumerated type mixed with another type
-CFLAGS_qede_ethdev.o += -wd279 #279: controlling expression is constant
+CFLAGS_qede_ethdev.o += -diag-disable 279 #279: controlling expression is constant
endif
#