X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fqede%2FMakefile;h=c30a867e1cd6867036e6e52f2bc419e092893344;hb=c6dd1eb8a55c1f66da8398508ea8a749799eef18;hp=a166e9fa89ab114c715b9d5758236d7006876f44;hpb=c752998b5e2eb5c827ffbecc5bd03ea28b14314f;p=dpdk.git diff --git a/drivers/net/qede/Makefile b/drivers/net/qede/Makefile index a166e9fa89..c30a867e1c 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. @@ -72,8 +72,8 @@ CFLAGS_BASE_DRIVER += -Wno-sometimes-uninitialized ifeq ($(shell clang -Wno-pointer-bool-conversion -Werror -E - < /dev/null > /dev/null 2>&1; echo $$?),0) CFLAGS_BASE_DRIVER += -Wno-pointer-bool-conversion endif -else -CFLAGS_BASE_DRIVER += -wd188 #188: enumerated type mixed with another type +else #ICC +CFLAGS_qede_ethdev.o += -diag-disable 279 #279: controlling expression is constant endif #