X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2FMakefile;h=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hb=925288bee3e74e914338bda14952b10c67467f41;hp=a7d0fc59b1c2f5ddbb83d112cf3b65802030bef4;hpb=c147eae01cb32a78313709fd372529e813247a98;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index a7d0fc59b1..7fef66d717 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -37,6 +37,8 @@ DEPDIRS-mempool := bus DIRS-y += net DEPDIRS-net := bus mempool DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto +DEPDIRS-crypto := mempool DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event +DEPDIRS-event := bus include $(RTE_SDK)/mk/rte.subdir.mk