X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7d5da5d9f5228c947c005468e991054d5896e320;hb=dba99cd6f8899a5679a1f718d45ac4cc980d169c;hp=a1fa8b917dd038b885e4d1e4ecf638fadd634c96;hpb=1ef7e1819194dc58d72b5b6d03bfdff59dfecf5a;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index a1fa8b917d..7d5da5d9f5 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -3,18 +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 +DEPDIRS-net := common bus mempool DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += baseband -DEPDIRS-baseband := bus mempool +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 := bus mempool net event +DEPDIRS-raw := common bus mempool net event include $(RTE_SDK)/mk/rte.subdir.mk