[dpdk-dev] [PATCH v2 12/12] drivers: update cryptodev dependencies
    Gaetan Rivet 
    gaetan.rivet at 6wind.com
       
    Thu Jun  8 01:59:08 CEST 2017
    
    
  
Signed-off-by: Gaetan Rivet <gaetan.rivet at 6wind.com>
---
 drivers/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/Makefile b/drivers/Makefile
index 84a4864..4a92422 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -39,7 +39,7 @@ DEPDIRS-mempool := bus
 DIRS-y += net
 DEPDIRS-net := bus pmdinfogen mempool
 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
-DEPDIRS-crypto := mempool
+DEPDIRS-crypto := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 DEPDIRS-event := bus
 
-- 
2.1.4
    
    
More information about the dev
mailing list