summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-11-25 18:48:55 +0000
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:28 -0600
commit5c361cc3225bd415720452a031a19dc8d9efad45 (patch)
treef33ecc0e3fea9955d788923ca6b70db07f0a1248 /Makefile
parent68ac40d2c6ce453df9b7fcf546d806345f653433 (diff)
downloadqemu-5c361cc3225bd415720452a031a19dc8d9efad45.tar.gz
net: move vde code from net.c to net/vde.c
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b3cc8d419c..fa10459e2d 100644
--- a/Makefile
+++ b/Makefile
@@ -107,6 +107,7 @@ net-nested-$(CONFIG_BSD) += tap-bsd.o
net-nested-$(CONFIG_SOLARIS) += tap-solaris.o
net-nested-$(CONFIG_AIX) += tap-aix.o
net-nested-$(CONFIG_SLIRP) += slirp.o
+net-nested-$(CONFIG_VDE) += vde.o
net-obj-y += $(addprefix net/, $(net-nested-y))
######################################################################