X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fvdpa%2FMakefile;h=6e8835948e4c36cb5d27ec6e949f424f11901372;hb=5cbe184802aae6f3033617c7a281e9e33eaf41a1;hp=aee51abbece976aaa4cdce2e508cde8d1908331d;hpb=3df349b7afe9c95d976fbc5965700464e333e87c;p=dpdk.git diff --git a/drivers/vdpa/Makefile b/drivers/vdpa/Makefile index aee51abbec..6e8835948e 100644 --- a/drivers/vdpa/Makefile +++ b/drivers/vdpa/Makefile @@ -3,6 +3,10 @@ include $(RTE_SDK)/mk/rte.vars.mk -# DIRS-$() += +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