From 8b22792abbfe65c7b0e9a1b7ea5f7b4926d5e1bd Mon Sep 17 00:00:00 2001 From: Jijiang Liu Date: Thu, 25 Jun 2015 16:56:09 +0800 Subject: [PATCH] examples/tep_term: fix vhost dependency The VXLAN example needs vhost library. Signed-off-by: Jijiang Liu --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1