net/dpaa2: enable Rx and Tx operations
[dpdk.git] / drivers / Makefile
index fbc2351..a7d0fc5 100644 (file)
@@ -33,7 +33,9 @@ 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
 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event