]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/Makefile
net/mlx5: fix startup when flow cannot be applied
[dpdk.git] / drivers / net / Makefile
index 07d283b274950b41fec0a8b205189cea493a9341..ac5d3b34886680f050c1c4c71bf8eda5deeb1df8 100644 (file)
@@ -83,7 +83,12 @@ 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_KNI),y)
+DIRS-$(CONFIG_RTE_LIBRTE_PMD_KNI) += kni
+endif
+DEPDIRS-kni = $(core-libs) librte_kni
 
 ifeq ($(CONFIG_RTE_LIBRTE_VHOST),y)
 DIRS-$(CONFIG_RTE_LIBRTE_PMD_VHOST) += vhost