DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/2] cmdline_test: add missing dependencies
Date: Tue,  1 Dec 2015 20:05:08 -0800	[thread overview]
Message-ID: <1449029109-12418-2-git-send-email-stephen@networkplumber.org> (raw)
In-Reply-To: <1449029109-12418-1-git-send-email-stephen@networkplumber.org>

The cmdline test is missing a necessary dependency on other components.
This caused a build failure when doing parallel builds.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 app/cmdline_test/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/cmdline_test/Makefile b/app/cmdline_test/Makefile
index e9eafd2..c6169f5 100644
--- a/app/cmdline_test/Makefile
+++ b/app/cmdline_test/Makefile
@@ -47,6 +47,9 @@ SRCS-y += commands.c
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
+# this application needs libraries first
+DEPDIRS-y += lib drivers
+
 include $(RTE_SDK)/mk/rte.app.mk
 
 endif
-- 
2.1.4

  reply	other threads:[~2015-12-02  4:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-02  4:05 [dpdk-dev] [PATCH 0/2] fix " Stephen Hemminger
2015-12-02  4:05 ` Stephen Hemminger [this message]
2015-12-02  4:05 ` [dpdk-dev] [PATCH 2/2] bonding: add depencency on cmdline library Stephen Hemminger
2015-12-02 17:09 ` [dpdk-dev] [PATCH 0/2] fix missing dependencies Declan Doherty
2015-12-02 22:58   ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449029109-12418-2-git-send-email-stephen@networkplumber.org \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).