X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=drivers%2FMakefile;h=db0cd76ee79732d8f3f5af56d7ad76081568db3b;hb=dd4bdc9f105b2f180df038128131979a09298e13;hp=a04a01fbebf48eb63976e09bd6e65d74151ec201;hpb=7595afa4d30097c1177b69257118d8ad89a539be;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