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:
b9a4361
)
pcap: add missing dependency on malloc
author
Bruce Richardson
<bruce.richardson@intel.com>
Mon, 10 Feb 2014 14:52:22 +0000
(14:52 +0000)
committer
David Marchand
<david.marchand@6wind.com>
Wed, 26 Feb 2014 09:22:32 +0000
(10:22 +0100)
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_pcap/Makefile
patch
|
blob
|
history
diff --git
a/lib/librte_pmd_pcap/Makefile
b/lib/librte_pmd_pcap/Makefile
index
941630b
..
48bb5fa
100644
(file)
--- a/
lib/librte_pmd_pcap/Makefile
+++ b/
lib/librte_pmd_pcap/Makefile
@@
-54,5
+54,6
@@
SYMLINK-y-include += rte_eth_pcap_arg_parser.h
# this lib depends upon:
DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += lib/librte_mbuf lib/librte_ether
+DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_PCAP) += lib/librte_malloc
include $(RTE_SDK)/mk/rte.lib.mk