From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 2/2] bonding: add depencency on cmdline library Date: Tue, 1 Dec 2015 20:05:09 -0800 Message-ID: <1449029109-12418-3-git-send-email-stephen@networkplumber.org> References: <1449029109-12418-1-git-send-email-stephen@networkplumber.org> To: dev@dpdk.org Return-path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id C25AB8D99 for ; Wed, 2 Dec 2015 05:05:02 +0100 (CET) Received: by pabfh17 with SMTP id fh17so27942651pab.0 for ; Tue, 01 Dec 2015 20:05:02 -0800 (PST) In-Reply-To: <1449029109-12418-1-git-send-email-stephen@networkplumber.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Parallel build of bonding driver can fail because of missing dependency. Signed-off-by: Stephen Hemminger --- drivers/net/bonding/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/bonding/Makefile b/drivers/net/bonding/Makefile index dee0875..10c794c 100644 --- a/drivers/net/bonding/Makefile +++ b/drivers/net/bonding/Makefile @@ -63,5 +63,6 @@ DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += lib/librte_mbuf DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += lib/librte_ether DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += lib/librte_eal DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += lib/librte_kvargs +DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += lib/librte_cmdline include $(RTE_SDK)/mk/rte.lib.mk -- 2.1.4