From: Thomas Monjalon Date: Wed, 6 Jul 2016 14:31:47 +0000 (+0200) Subject: table: remove unneeded dependency on hash library X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d7a4bb154913e9ac3e3c5801728150bb025643c4;p=dpdk.git table: remove unneeded dependency on hash library Fixes: 8aa327214ceb ("table: hash") Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_table/Makefile b/lib/librte_table/Makefile index 7f02af3c2a..7a8a3f3c75 100644 --- a/lib/librte_table/Makefile +++ b/lib/librte_table/Makefile @@ -80,6 +80,5 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_lpm ifeq ($(CONFIG_RTE_LIBRTE_ACL),y) DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_acl endif -DEPDIRS-$(CONFIG_RTE_LIBRTE_TABLE) += lib/librte_hash include $(RTE_SDK)/mk/rte.lib.mk