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:
0b835b4
)
mk: allow exec-env specific targets
author
Jerin Jacob
<jerin.jacob@caviumnetworks.com>
Tue, 6 Jun 2017 12:58:36 +0000
(18:28 +0530)
committer
Thomas Monjalon
<thomas@monjalon.net>
Mon, 3 Jul 2017 21:55:55 +0000
(23:55 +0200)
Add a hook in generic rte.sdkbuild.mk file
to include exec-env specific targets.
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
mk/rte.sdkbuild.mk
patch
|
blob
|
history
diff --git
a/mk/rte.sdkbuild.mk
b/mk/rte.sdkbuild.mk
index
0bf909e
..
f6068bb
100644
(file)
--- a/
mk/rte.sdkbuild.mk
+++ b/
mk/rte.sdkbuild.mk
@@
-38,6
+38,9
@@
else
include $(RTE_SDK)/mk/rte.vars.mk
endif
+# allow exec-env specific targets
+-include $(RTE_SDK)/mk/exec-env/$(RTE_EXEC_ENV)/rte.custom.mk
+
buildtools: | lib
drivers: | lib buildtools
app: | lib buildtools drivers