]> git.proxmox.com Git - qemu.git/blobdiff - Makefile
net: move vde code from net.c to net/vde.c
[qemu.git] / Makefile
index b3cc8d419c7eb4cdcff96d3c199187cd93a87d60..fa10459e2d1ed65c52a13943f2a07b8362c2b801 100644 (file)
--- 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))
 
 ######################################################################