X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Focteontx2%2FMakefile;h=afe570817c5472d53df5c2a6ee1fccab377a9b23;hb=e66a5a827064f27258e54f3065fcf515936b7513;hp=fabc3253712dd4909da9bc38fc7cf36c25cdfa97;hpb=15a74163b12ed9b8b980b1576bdd8de16d60612b;p=dpdk.git diff --git a/drivers/common/octeontx2/Makefile b/drivers/common/octeontx2/Makefile index fabc325371..afe570817c 100644 --- a/drivers/common/octeontx2/Makefile +++ b/drivers/common/octeontx2/Makefile @@ -17,6 +17,9 @@ CFLAGS += -I$(RTE_SDK)/drivers/bus/pci ifneq ($(CONFIG_RTE_ARCH_64),y) CFLAGS += -Wno-int-to-pointer-cast CFLAGS += -Wno-pointer-to-int-cast +ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y) +CFLAGS += -diag-disable 2259 +endif endif EXPORT_MAP := rte_common_octeontx2_version.map