From: Jijiang Liu Date: Thu, 25 Jun 2015 08:56:09 +0000 (+0800) Subject: examples/tep_term: fix vhost dependency X-Git-Tag: spdx-start~8967 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8b22792abbfe65c7b0e9a1b7ea5f7b4926d5e1bd;p=dpdk.git examples/tep_term: fix vhost dependency The VXLAN example needs vhost library. Signed-off-by: Jijiang Liu --- diff --git a/examples/Makefile b/examples/Makefile index 081b7684b9..b4eddbd1e4 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