X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=drivers%2FMakefile;h=db0cd76ee79732d8f3f5af56d7ad76081568db3b;hb=6e7cbd63706f3435b9d9a2057a37db1da01db9a7;hp=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hpb=f239aed5e674965691846e8ce3f187dd47523689;p=deb_dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 7fef66d7..db0cd76e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -37,8 +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 +DEPDIRS-event := bus mempool net include $(RTE_SDK)/mk/rte.subdir.mk