* [dpdk-dev] [PATCH] examples/tep_termination: Add a compilation option for the VXLAN sample
@ 2015-06-25 8:56 Jijiang Liu
2015-06-25 9:35 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Jijiang Liu @ 2015-06-25 8:56 UTC (permalink / raw)
To: dev
Add a compilation option for the VXLAN sample.
Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
---
examples/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile
index 081b768..b4eddbd 100644
--- 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
--
1.7.7.6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-25 9:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25 8:56 [dpdk-dev] [PATCH] examples/tep_termination: Add a compilation option for the VXLAN sample Jijiang Liu
2015-06-25 9:35 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).