From a18dc3319e076313cfc8fa0c8cdf55b61ccf8812 Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 10 Feb 2014 14:52:22 +0000 Subject: [PATCH] pcap: add missing dependency on malloc Signed-off-by: Bruce Richardson --- lib/librte_pmd_pcap/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_pmd_pcap/Makefile b/lib/librte_pmd_pcap/Makefile index 941630bd2c..48bb5fa09d 100644 --- 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 -- 2.20.1