From: Shreyansh Jain Date: Mon, 15 Oct 2018 12:01:53 +0000 (+0530) Subject: drivers: add common as dependency for bus X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e74a15694ef1b5744d0a7cc937e23021926741f3;p=dpdk.git drivers: add common as dependency for bus Prior to this patch, bus and common compiled parallel. But, post this dependency is created. This is especially important for the DPAA/FSLMC buses which are going to use the common/dpaax library. Signed-off-by: Shreyansh Jain --- diff --git a/drivers/Makefile b/drivers/Makefile index 75660765e7..7d5da5d9f5 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -5,6 +5,7 @@ include $(RTE_SDK)/mk/rte.vars.mk DIRS-y += common DIRS-y += bus +DEPDIRS-bus := common DIRS-y += mempool DEPDIRS-mempool := common bus DIRS-y += net