net/avp: handle interrupt migration
[dpdk.git] / drivers / Makefile
index 6ec67f6..193056b 100644 (file)
@@ -31,7 +31,8 @@
 
 include $(RTE_SDK)/mk/rte.vars.mk
 
+DIRS-y += mempool
 DIRS-y += net
-DIRS-y += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
 
 include $(RTE_SDK)/mk/rte.subdir.mk