X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hb=9df0826a42e890006c77861c74b79907f33b8201;hp=e66cbd7241db0c2003d59f8f4fea81757f8937fc;hpb=bbbb929da5e648618275082dd3b8d2f748a7668d;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index e66cbd7241..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-crypto := mempool DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event +DEPDIRS-event := bus include $(RTE_SDK)/mk/rte.subdir.mk