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.richard...@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