net/dpaa2: support parallel Rx
[dpdk.git] / drivers / Makefile
index 19459fd..a04a01f 100644 (file)
@@ -35,7 +35,9 @@ 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