crypto/dpaa_sec: add crypto driver for NXP DPAA platform
[dpdk.git] / drivers / Makefile
index bc2d082..3a5b223 100644 (file)
@@ -39,6 +39,6 @@ DEPDIRS-mempool := bus event
 DIRS-y += net
 DEPDIRS-net := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
-DEPDIRS-crypto := mempool
+DEPDIRS-crypto := bus mempool
 
 include $(RTE_SDK)/mk/rte.subdir.mk