git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3553444
)
table: remove unneeded dependency on hash library
author
Thomas Monjalon
<thomas.monjalon@6wind.com>
Wed, 6 Jul 2016 14:31:47 +0000
(16:31 +0200)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Sun, 10 Jul 2016 14:23:13 +0000
(16:23 +0200)
Fixes:
8aa327214ceb
("table: hash")
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_table/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_table/Makefile
b/lib/librte_table/Makefile
index
7f02af3
..
7a8a3f3
100644
(file)
--- 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