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:
ce8af1a
)
drivers: add bus dependency for eventdev
author
Hemant Agrawal
<hemant.agrawal@nxp.com>
Fri, 30 Jun 2017 08:54:15 +0000
(14:24 +0530)
committer
Jerin Jacob
<jerin.jacob@caviumnetworks.com>
Fri, 7 Jul 2017 07:24:29 +0000
(09:24 +0200)
Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
a04a01f
..
7fef66d
100644
(file)
--- a/
drivers/Makefile
+++ b/
drivers/Makefile
@@
-39,5
+39,6
@@
DEPDIRS-net := bus mempool
DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
DEPDIRS-crypto := mempool
DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
+DEPDIRS-event := bus
include $(RTE_SDK)/mk/rte.subdir.mk