X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hb=17f2ea871244bcc901df29f7725a9c05e0b468eb;hp=75a316827ad27ae8ca821050499430903226d177;hpb=cb6696d22023efad238709239792ec66b0920017;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 75a316827a..7fef66d717 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -31,9 +31,14 @@ include $(RTE_SDK)/mk/rte.vars.mk +DIRS-y += bus +DIRS-y += mempool +DEPDIRS-mempool := bus DIRS-y += net +DEPDIRS-net := bus mempool DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto - -DEPDIRS-y += buildtools/pmdinfo +DEPDIRS-crypto := mempool +DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event +DEPDIRS-event := bus include $(RTE_SDK)/mk/rte.subdir.mk