X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2FMakefile;h=3d9f86b0068210f3fc978e2b649c8f91fded96e2;hb=ea2dc1066870906fba326837d2efe8a37a99eebe;hp=e0488aa2bf242e57ef9328c5763d797a6e951bb2;hpb=7dc2b158944027db784b8825bdc22c534f643a60;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index e0488aa2bf..3d9f86b006 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -3,16 +3,19 @@ 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_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