aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2015-07-29 08:02:34 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-08-05 14:50:51 +0000
commit017df35d6c2a73dbdce22e260a8ca16e6b369a01 (patch)
treefbb7edbbe083a2cc292878f4971ec352915a4c9b /src/Makefile
parentd476ee6b6db3968443d6d82d5ffef8acefb3dccb (diff)
src/dpdk: Enable building of vhost-user in src/dpdk.
Allow vhost-user compilation by specifying make VHOST_USER=y in src/Makefile. This commit also fixes a dpdk linking issue by modifying config/common_linuxapp instead of passing args. JIRA: VSPERF-56 Change-Id: I0437bf92b37f8f5a1939690c308cd54dfbe017f0 Signed-off-by: Dino Simeon Madarang <dino.simeonx.madarang@intel.com> Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Eugene Snider <Eugene.Snider@huawei.com> Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com> Reviewed-by: Tv Rao <tv.rao@freescale.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 3b7104ad..d16b093d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -21,6 +21,8 @@
include mk/master.mk
+export VHOST_USER
+
# specify upstream package as SUBDIRS - common terms as suggest by gnu-make
SUBDIRS =
SUBDIRS += l2fwd