mempool/dpaa2: add hardware offloaded mempool
[dpdk.git] / drivers / Makefile
index b60eb5e..19459fd 100644 (file)
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DIRS-y += bus
+DIRS-y += mempool
+DEPDIRS-mempool := bus
 DIRS-y += net
+DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 
 include $(RTE_SDK)/mk/rte.subdir.mk