X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=drivers%2FMakefile;fp=drivers%2FMakefile;h=a04a01fbebf48eb63976e09bd6e65d74151ec201;hp=81c03a8598f529cebb3f4cafa5fd64ca97f40b7f;hb=7595afa4d30097c1177b69257118d8ad89a539be;hpb=ce3d555e43e3795b5d9507fcfc76b7a0a92fd0d6 diff --git a/drivers/Makefile b/drivers/Makefile index 81c03a85..a04a01fb 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