]> git.droids-corp.org - dpdk.git/blobdiff - drivers/vdpa/Makefile
vdpa/mlx5: fix guest notification timing
[dpdk.git] / drivers / vdpa / Makefile
index aee51abbece976aaa4cdce2e508cde8d1908331d..6e8835948e4c36cb5d27ec6e949f424f11901372 100644 (file)
@@ -3,6 +3,10 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
-# DIRS-$(<configuration>) += <directory>
+ifeq ($(CONFIG_RTE_EAL_VFIO),y)
+DIRS-$(CONFIG_RTE_LIBRTE_IFC_PMD) += ifc
+endif
+
+DIRS-$(CONFIG_RTE_LIBRTE_MLX5_VDPA_PMD) += mlx5
 
 include $(RTE_SDK)/mk/rte.subdir.mk