net/vmxnet3: add Tx preparation
[dpdk.git] / drivers / Makefile
index 6ec67f6..81c03a8 100644 (file)
@@ -32,6 +32,6 @@
 include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-y += net
-DIRS-y += crypto
+DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
 
 include $(RTE_SDK)/mk/rte.subdir.mk