]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
crypto/aesni_mb: fix HMAC supported key sizes
[dpdk.git] / drivers / Makefile
index 81c03a8598f529cebb3f4cafa5fd64ca97f40b7f..7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe 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
+DEPDIRS-event := bus
 
 include $(RTE_SDK)/mk/rte.subdir.mk