git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0947cfd
)
drivers: add common as dependency for bus
author
Shreyansh Jain
<shreyansh.jain@nxp.com>
Mon, 15 Oct 2018 12:01:53 +0000
(17:31 +0530)
committer
Thomas Monjalon
<thomas@monjalon.net>
Tue, 16 Oct 2018 12:54:25 +0000
(14:54 +0200)
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 <shreyansh.jain@nxp.com>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
7566076
..
7d5da5d
100644
(file)
--- 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