app/crypto-perf: use cryptodev algorithm parser
[dpdk.git] / drivers / Makefile
index b60eb5e..e66cbd7 100644 (file)
@@ -31,6 +31,9 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DIRS-y += mempool
 DIRS-y += net
+DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 
 include $(RTE_SDK)/mk/rte.subdir.mk