table: remove unneeded dependency on hash library
Fixes: 8aa327214c
("table: hash")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
3553444a44
commit
d7a4bb1549
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user