X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2FMakefile;h=a04a01fbebf48eb63976e09bd6e65d74151ec201;hb=fe404930f63c2b4177ccb91e1f296a3d36a80ced;hp=81c03a8598f529cebb3f4cafa5fd64ca97f40b7f;hpb=a1ec4f91ab1bc171fe998392f99575ec67b58cc4;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 81c03a8598..a04a01fbeb 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -31,7 +31,13 @@ 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 include $(RTE_SDK)/mk/rte.subdir.mk