Soft Patch Panel
 help / color / mirror / Atom feed
From: Itsuro Oda <oda@valinux.co.jp>
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 1/1] src/Makefile: add dependency
Date: Mon, 20 Jan 2020 14:46:12 +0900	[thread overview]
Message-ID: <20200120054612.2939-2-oda@valinux.co.jp> (raw)
In-Reply-To: <20200120054612.2939-1-oda@valinux.co.jp>

When making parallel (make -j) it is necessary to guarantee
that drivers are built before applications.

Signed-off-by: Itsuro Oda <oda@valinux.co.jp>
---
 src/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index 2f46606..f59a14b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,6 +38,11 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DEPDIRS-primary := drivers
+DEPDIRS-nfv := drivers
+DEPDIRS-vf := drivers
+DEPDIRS-mirror := drivers
+
 DIRS-y += drivers
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += primary
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += nfv
-- 
2.17.1


      reply	other threads:[~2020-01-20  5:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-20  5:46 [spp] [PATCH 0/1] " Itsuro Oda
2020-01-20  5:46 ` Itsuro Oda [this message]

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=20200120054612.2939-2-oda@valinux.co.jp \
    --to=oda@valinux.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    --cc=yasufum.o@gmail.com \
    /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).