]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
pci: introduce library and driver
[dpdk.git] / drivers / Makefile
index 7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe..db0cd76ee79732d8f3f5af56d7ad76081568db3b 100644 (file)
@@ -37,8 +37,8 @@ DEPDIRS-mempool := bus
 DIRS-y += net
 DEPDIRS-net := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
-DEPDIRS-crypto := mempool
+DEPDIRS-crypto := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
-DEPDIRS-event := bus
+DEPDIRS-event := bus mempool net
 
 include $(RTE_SDK)/mk/rte.subdir.mk