Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH v2 0/1] add dependency
@ 2020-01-21  1:22 Itsuro Oda
  2020-01-21  1:22 ` [spp] [PATCH v2 1/1] src/Makefile: " Itsuro Oda
  2020-01-27  6:29 ` [spp] [PATCH v2 0/1] " Yasufumi Ogawa
  0 siblings, 2 replies; 3+ messages in thread
From: Itsuro Oda @ 2020-01-21  1:22 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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

v2:
- add pcap

Itsuro Oda (1):
  src/Makefile: add dependency

 src/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [spp] [PATCH v2 1/1] src/Makefile: add dependency
  2020-01-21  1:22 [spp] [PATCH v2 0/1] add dependency Itsuro Oda
@ 2020-01-21  1:22 ` Itsuro Oda
  2020-01-27  6:29 ` [spp] [PATCH v2 0/1] " Yasufumi Ogawa
  1 sibling, 0 replies; 3+ messages in thread
From: Itsuro Oda @ 2020-01-21  1:22 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/Makefile b/src/Makefile
index 2f46606..72a0910 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -38,6 +38,12 @@ 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
+DEPDIRS-pcap := drivers
+
 DIRS-y += drivers
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += primary
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += nfv
-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [spp] [PATCH v2 0/1] add dependency
  2020-01-21  1:22 [spp] [PATCH v2 0/1] add dependency Itsuro Oda
  2020-01-21  1:22 ` [spp] [PATCH v2 1/1] src/Makefile: " Itsuro Oda
@ 2020-01-27  6:29 ` Yasufumi Ogawa
  1 sibling, 0 replies; 3+ messages in thread
From: Yasufumi Ogawa @ 2020-01-27  6:29 UTC (permalink / raw)
  To: Itsuro Oda, spp, ferruh.yigit

On 2020/01/21 10:22, Itsuro Oda wrote:
> When making parallel (make -j) it is necessary to guarantee
> that drivers are built before applications.
Applied, thank.

> 
> v2:
> - add pcap
> 
> Itsuro Oda (1):
>    src/Makefile: add dependency
> 
>   src/Makefile | 6 ++++++
>   1 file changed, 6 insertions(+)
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-27  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21  1:22 [spp] [PATCH v2 0/1] add dependency Itsuro Oda
2020-01-21  1:22 ` [spp] [PATCH v2 1/1] src/Makefile: " Itsuro Oda
2020-01-27  6:29 ` [spp] [PATCH v2 0/1] " Yasufumi Ogawa

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).