X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ftap%2FMakefile;h=b5c5a35765c95005e13e556cb5d4bf6834f2cc12;hb=d04fc01de2298e2b7e405f499a919d1bd4d551f1;hp=c42a680555e9a10b8a5b7cf814a5dfd8b566b32f;hpb=de96fe68ae95990f5ce2cd4c8d9547ab62d2a810;p=dpdk.git diff --git a/drivers/net/tap/Makefile b/drivers/net/tap/Makefile index c42a680555..b5c5a35765 100644 --- a/drivers/net/tap/Makefile +++ b/drivers/net/tap/Makefile @@ -43,6 +43,8 @@ CFLAGS += -O3 CFLAGS += -I$(SRCDIR) CFLAGS += -I. CFLAGS += $(WERROR_FLAGS) +LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring +LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash # # all source are stored in SRCS-y @@ -52,15 +54,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += tap_flow.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += tap_netlink.c SRCS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += tap_tcmsgs.c -# this lib depends upon: -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_eal -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_mbuf -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_ether -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_kvargs -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_net -DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_TAP) += lib/librte_hash - include $(RTE_SDK)/mk/rte.lib.mk # Generate and clean-up tap_autoconf.h.