X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2FMakefile;h=c70bdf9ccf5d0862d315aa5b5d5b144aca155123;hb=5cbe184802aae6f3033617c7a281e9e33eaf41a1;hp=7d5da5d9f5228c947c005468e991054d5896e320;hpb=e74a15694ef1b5744d0a7cc937e23021926741f3;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 7d5da5d9f5..c70bdf9ccf 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -18,8 +18,10 @@ 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 +DEPDIRS-event := common bus mempool net crypto DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw DEPDIRS-raw := common bus mempool net event