]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
net/dpaa2: stop using software annotation
[dpdk.git] / drivers / Makefile
index e66cbd7241db0c2003d59f8f4fea81757f8937fc..a04a01fbebf48eb63976e09bd6e65d74151ec201 100644 (file)
 
 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