X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=drivers%2FMakefile;h=db0cd76ee79732d8f3f5af56d7ad76081568db3b;hb=refs%2Fchanges%2F70%2F9970%2F1;hp=a04a01fbebf48eb63976e09bd6e65d74151ec201;hpb=fca143f059a0bddd7d47b8dc2df646a891b0eb0f;p=deb_dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index a04a01fb..db0cd76e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -37,7 +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 mempool net include $(RTE_SDK)/mk/rte.subdir.mk