]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
net: align ethdev and eal driver names
[dpdk.git] / drivers / Makefile
index 6ec67f69fc6664a30eed57d80a111f124e8c536b..81c03a8598f529cebb3f4cafa5fd64ca97f40b7f 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