diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-11-25 18:48:55 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-12-03 09:41:28 -0600 |
commit | 5c361cc3225bd415720452a031a19dc8d9efad45 (patch) | |
tree | f33ecc0e3fea9955d788923ca6b70db07f0a1248 /Makefile | |
parent | 68ac40d2c6ce453df9b7fcf546d806345f653433 (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) ###################################################################### |