Re: [dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib

2017-03-28 Thread Thomas Monjalon
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 Applied, thanks

[dpdk-dev] [PATCH] net/xenvirt: fix missing dependency on cmdline lib

2017-03-28 Thread 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 --- drivers/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive