summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2017-09-07 16:35:52 +0800
committerFam Zheng <famz@redhat.com>2017-09-22 10:20:34 +0800
commite2ad6f16a88031cb85c5409fb158e15dac966f80 (patch)
tree7322144dc29cae4d0c4427ea88fce35ba1861623 /net
parent27ad39ba6182625dbd56cf8949c13631a347775b (diff)
downloadqemu-e2ad6f16a88031cb85c5409fb158e15dac966f80.tar.gz
buildsys: Move vde libs to per object
Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <20170907083552.17725-3-famz@redhat.com> Reviewed-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/Makefile.objs b/net/Makefile.objs
index 67ba5e26fb..64adf32f40 100644
--- a/net/Makefile.objs
+++ b/net/Makefile.objs
@@ -21,3 +21,5 @@ tap-obj-$(CONFIG_SOLARIS) = tap-solaris.o
tap-obj-y ?= tap-stub.o
common-obj-$(CONFIG_POSIX) += tap.o $(tap-obj-y)
common-obj-$(CONFIG_WIN32) += tap-win32.o
+
+vde.o-libs = $(VDE_LIBS)