X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7d5da5d9f5228c947c005468e991054d5896e320;hb=e56463ec47f0d253e4c20b9250ba883dc2ebca40;hp=e0488aa2bf242e57ef9328c5763d797a6e951bb2;hpb=7dc2b158944027db784b8825bdc22c534f643a60;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index e0488aa2bf..7d5da5d9f5 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -3,16 +3,24 @@ include $(RTE_SDK)/mk/rte.vars.mk +DIRS-y += common DIRS-y += bus +DEPDIRS-bus := common DIRS-y += mempool -DEPDIRS-mempool := bus +DEPDIRS-mempool := common bus DIRS-y += net -DEPDIRS-net := bus mempool -DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += bbdev -DEPDIRS-bbdev := bus mempool +DEPDIRS-net := common bus mempool +DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += baseband +DEPDIRS-baseband := common bus mempool DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto -DEPDIRS-crypto := bus mempool +DEPDIRS-crypto := common bus mempool +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_EVENTDEV) += event -DEPDIRS-event := bus mempool net +DEPDIRS-event := common bus mempool net +DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw +DEPDIRS-raw := common bus mempool net event include $(RTE_SDK)/mk/rte.subdir.mk