X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fpcap%2FMakefile;h=9ea96700ab4da7c2430753896ed1b3a9d4870a43;hb=e28d4ee4f0d9aeb39ffc6e7b999b2dac30f4ab1a;hp=b41d8a27db3d3bf7582390859814fe58f82983fa;hpb=5f9115e58cc6f304ff4ade694cf5823d32887d1a;p=dpdk.git diff --git a/drivers/net/pcap/Makefile b/drivers/net/pcap/Makefile index b41d8a27db..9ea96700ab 100644 --- a/drivers/net/pcap/Makefile +++ b/drivers/net/pcap/Makefile @@ -40,6 +40,8 @@ LIB = librte_pmd_pcap.a CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) LDLIBS += -lpcap +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring +LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs EXPORT_MAP := rte_pmd_pcap_version.map @@ -55,9 +57,4 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += rte_eth_pcap.c # SYMLINK-y-include += -# this lib depends upon: -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += lib/librte_mbuf -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += lib/librte_ether -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += lib/librte_kvargs - include $(RTE_SDK)/mk/rte.lib.mk