From: Ferruh Yigit Date: Tue, 1 Nov 2016 17:03:31 +0000 (+0000) Subject: net: remove mempool dependency X-Git-Tag: spdx-start~5400 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=20dbd33a365ef10cb2d58e836021209a3c942e56;p=dpdk.git net: remove mempool dependency Fixes: b25c2a8c692d ("net: introduce net library") Signed-off-by: Ferruh Yigit --- diff --git a/lib/librte_net/Makefile b/lib/librte_net/Makefile index e5758ce6b4..20cf6644a5 100644 --- a/lib/librte_net/Makefile +++ b/lib/librte_net/Makefile @@ -45,7 +45,6 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include := rte_ip.h rte_tcp.h rte_udp.h SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_sctp.h rte_icmp.h rte_arp.h SYMLINK-$(CONFIG_RTE_LIBRTE_NET)-include += rte_ether.h rte_gre.h rte_net.h -DEPDIRS-$(CONFIG_RTE_LIBRTE_NET) += lib/librte_eal lib/librte_mempool -DEPDIRS-$(CONFIG_RTE_LIBRTE_NET) += lib/librte_mbuf +DEPDIRS-$(CONFIG_RTE_LIBRTE_NET) += lib/librte_eal lib/librte_mbuf include $(RTE_SDK)/mk/rte.lib.mk