X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=a1fa8b917dd038b885e4d1e4ecf638fadd634c96;hb=a0a344a8f728e052425d7b2ffa08158c6710ae2f;hp=57e1a48a80353fb1559c17b82b11ca8bab0bc695;hpb=5566a3e35866ce9e5eacf886c27b460ebfcd6ee9;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 57e1a48a80..a1fa8b917d 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -8,9 +8,13 @@ DIRS-y += mempool DEPDIRS-mempool := bus DIRS-y += net DEPDIRS-net := bus mempool +DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += baseband +DEPDIRS-baseband := bus mempool 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