X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hb=4149825bbdb996837a3a73c1467ff93a228358a8;hp=81c03a8598f529cebb3f4cafa5fd64ca97f40b7f;hpb=a1ec4f91ab1bc171fe998392f99575ec67b58cc4;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 81c03a8598..7fef66d717 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -31,7 +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