X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2FMakefile;h=34cd4024b35a8fe0f4e6a3a7101c63169862d97a;hb=5908712aa5bfedc5d2d1d18df46e8673794882af;hp=dc3b557bfa5a8afdc88d2ae59f9b35b62250dad5;hpb=f3202a097f12d008a257ab516db12fa5341d9e50;p=dpdk.git diff --git a/drivers/net/ice/Makefile b/drivers/net/ice/Makefile index dc3b557bfa..34cd4024b3 100644 --- a/drivers/net/ice/Makefile +++ b/drivers/net/ice/Makefile @@ -10,9 +10,12 @@ LIB = librte_pmd_ice.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +CFLAGS += -I$(RTE_SDK)/drivers/common/iavf LDLIBS += -lrte_eal -lrte_mbuf -lrte_ethdev -lrte_kvargs LDLIBS += -lrte_bus_pci -lrte_mempool -lrte_hash +LDLIBS += -lrte_net -lrte_common_iavf +LDLIBS += -lpthread EXPORT_MAP := rte_pmd_ice_version.map @@ -83,6 +86,10 @@ ifeq ($(CC_AVX2_SUPPORT), 1) endif SRCS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += ice_generic_flow.c +SRCS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += ice_dcf.c +SRCS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += ice_dcf_ethdev.c +SRCS-$(CONFIG_RTE_LIBRTE_ICE_PMD) += ice_dcf_parent.c + # install this header file SYMLINK-$(CONFIG_RTE_LIBRTE_ICE_PMD)-include := rte_pmd_ice.h