New upstream version 18.08
[deb_dpdk.git] / drivers / net / qede / Makefile
index ccbffa4..488ca1d 100644 (file)
@@ -1,8 +1,7 @@
-#    Copyright (c) 2016 QLogic Corporation.
+#    SPDX-License-Identifier: BSD-3-Clause
+#    Copyright (c) 2016 - 2018 Cavium Inc.
 #    All rights reserved.
-#    www.qlogic.com
-#
-#    See LICENSE.qede_pmd for copyright and licensing details.
+#    www.cavium.com
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
@@ -73,8 +72,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
 
 #