X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Focteontx2%2FMakefile;h=efe3da2cc8c0d80c47ead48bebd4a2b05a04e189;hb=4211cc0e922616f9d017504b0db6d3f91b111bcd;hp=fabc3253712dd4909da9bc38fc7cf36c25cdfa97;hpb=b6288e236e96a864c455dbc5344dfbc20bae1641;p=dpdk.git diff --git a/drivers/common/octeontx2/Makefile b/drivers/common/octeontx2/Makefile index fabc325371..efe3da2cc8 100644 --- a/drivers/common/octeontx2/Makefile +++ b/drivers/common/octeontx2/Makefile @@ -17,12 +17,13 @@ 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 -LIBABIVER := 1 - # # all source are stored in SRCS-y # @@ -30,6 +31,7 @@ SRCS-y += otx2_dev.c SRCS-y += otx2_irq.c SRCS-y += otx2_mbox.c SRCS-y += otx2_common.c +SRCS-y += otx2_sec_idev.c LDLIBS += -lrte_eal LDLIBS += -lrte_ethdev