DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib
@ 2017-03-28  9:23 Bruce Richardson
  2017-03-28  9:49 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2017-03-28  9:23 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

Xenvirt driver uses the cmdline lib for parsing ether addresses so add it
as a dependency to fix builds.

Fixes: feb9f680cd2c ("mk: optimize directory dependencies")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 drivers/net/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 07d283b..5b0bc34 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -83,7 +83,7 @@ DEPDIRS-virtio = $(core-libs)
 DIRS-$(CONFIG_RTE_LIBRTE_VMXNET3_PMD) += vmxnet3
 DEPDIRS-vmxnet3 = $(core-libs)
 DIRS-$(CONFIG_RTE_LIBRTE_PMD_XENVIRT) += xenvirt
-DEPDIRS-xenvirt = $(core-libs)
+DEPDIRS-xenvirt = $(core-libs) librte_cmdline
 
 ifeq ($(CONFIG_RTE_LIBRTE_VHOST),y)
 DIRS-$(CONFIG_RTE_LIBRTE_PMD_VHOST) += vhost
-- 
2.9.3

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

* Re: [dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib
  2017-03-28  9:23 [dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib Bruce Richardson
@ 2017-03-28  9:49 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-03-28  9:49 UTC (permalink / raw)
  To: Bruce Richardson; +Cc: dev

2017-03-28 10:23, Bruce Richardson:
> Xenvirt driver uses the cmdline lib for parsing ether addresses so add it
> as a dependency to fix builds.

Yet another weird dependency :)

> Fixes: feb9f680cd2c ("mk: optimize directory dependencies")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied, thanks

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

end of thread, other threads:[~2017-03-28  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28  9:23 [dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib Bruce Richardson
2017-03-28  9:49 ` Thomas Monjalon

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