]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
net/dpaa2: remove port level buffer layout definition
[dpdk.git] / drivers / Makefile
index b60eb5e70a7594c172841d114ff2320266e37c95..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