X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=ee65c87b0c591da0ab102b5c54d24883212f8f84;hb=d80016310bb2eb280112293e28665ca9f9dd89ed;hp=e0488aa2bf242e57ef9328c5763d797a6e951bb2;hpb=7dc2b158944027db784b8825bdc22c534f643a60;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index e0488aa2bf..ee65c87b0c 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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