X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2FMakefile;h=db0cd76ee79732d8f3f5af56d7ad76081568db3b;hb=ef1d0e390e056916438ad74c4fa0333c3f09aaa6;hp=7fef66d717eb8987d7d1460d54a1c77b5bf0e8fe;hpb=8455dd6044e1c8efacd54a9aa5c83c3400751a56;p=dpdk.git diff --git a/drivers/Makefile b/drivers/Makefile index 7fef66d717..db0cd76ee7 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