]> git.droids-corp.org - dpdk.git/blobdiff - drivers/Makefile
bus/pci: use SPDX tags in 6WIND copyrighted files
[dpdk.git] / drivers / Makefile
index e0488aa2bf242e57ef9328c5763d797a6e951bb2..ee65c87b0c591da0ab102b5c54d24883212f8f84 100644 (file)
@@ -14,5 +14,7 @@ DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
 DEPDIRS-crypto := bus mempool
 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
 DEPDIRS-event := bus mempool net
+DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw
+DEPDIRS-raw := bus mempool net event
 
 include $(RTE_SDK)/mk/rte.subdir.mk