X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=c88638c8f0cb74199cf9ca6c626d7bbe3d10b648;hb=bafa9aa0d7bb07f78cdad518647a61c808945f4e;hp=e0488aa2bf242e57ef9328c5763d797a6e951bb2;hpb=7dc2b158944027db784b8825bdc22c534f643a60;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index e0488aa2bf..c88638c8f0 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -3,16 +3,21 @@ include $(RTE_SDK)/mk/rte.vars.mk +DIRS-y += common DIRS-y += bus 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_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