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:
82be8d5
)
examples/tep_term: fix vhost dependency
author
Jijiang Liu
<jijiang.liu@intel.com>
Thu, 25 Jun 2015 08:56:09 +0000
(16:56 +0800)
committer
Thomas Monjalon
<thomas.monjalon@6wind.com>
Thu, 25 Jun 2015 09:32:45 +0000
(11:32 +0200)
The VXLAN example needs vhost library.
Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
examples/Makefile
patch
|
blob
|
history
diff --git
a/examples/Makefile
b/examples/Makefile
index
081b768
..
b4eddbd
100644
(file)
--- a/
examples/Makefile
+++ b/
examples/Makefile
@@
-67,7
+67,7
@@
DIRS-$(CONFIG_RTE_LIBRTE_SCHED) += qos_sched
DIRS-y += quota_watermark
DIRS-$(CONFIG_RTE_ETHDEV_RXTX_CALLBACKS) += rxtx_callbacks
DIRS-y += skeleton
-DIRS-
y
+= tep_termination
+DIRS-
$(CONFIG_RTE_LIBRTE_VHOST)
+= tep_termination
DIRS-$(CONFIG_RTE_LIBRTE_TIMER) += timer
DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vhost
DIRS-$(CONFIG_RTE_LIBRTE_XEN_DOM0) += vhost_xen