net/octeontx: support fast mbuf free
[dpdk.git] / drivers / vdpa / Makefile
index aee51ab..6e88359 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