X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2FMakefile;h=46374ca69973f2bb6c71b7dd72efc304fe994dfe;hb=ad1ec9d61745de0dc09668a8b6eac74ad9b6f39a;hp=7d5da5d9f5228c947c005468e991054d5896e320;hpb=e74a15694ef1b5744d0a7cc937e23021926741f3;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 7d5da5d9f5..46374ca699 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -18,6 +18,8 @@ DIRS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += common/qat DEPDIRS-common/qat := bus mempool DIRS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += compress DEPDIRS-compress := bus mempool +DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vdpa +DEPDIRS-vdpa := common bus mempool DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event DEPDIRS-event := common bus mempool net DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw