]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
bus/dpaa: set IOVA mode as physical
[dpdk.git] / drivers / Makefile
index e66cbd7241db0c2003d59f8f4fea81757f8937fc..db0cd76ee79732d8f3f5af56d7ad76081568db3b 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 := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
+DEPDIRS-event := bus mempool net
 
 include $(RTE_SDK)/mk/rte.subdir.mk