summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-11-25 18:48:54 +0000
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:27 -0600
commit68ac40d2c6ce453df9b7fcf546d806345f653433 (patch)
tree4be9742e51e4a6ed02faf180201ebd63facb5d66 /Makefile
parentac97: port to vmstate (diff)
downloadqemu-kvm-68ac40d2c6ce453df9b7fcf546d806345f653433.tar.gz
qemu-kvm-68ac40d2c6ce453df9b7fcf546d806345f653433.tar.bz2
qemu-kvm-68ac40d2c6ce453df9b7fcf546d806345f653433.zip
net: move slirp code from net.c to net/slirp.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 6306127bf..b3cc8d419 100644
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ net-nested-$(CONFIG_WIN32) += tap-win32.o
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-obj-y += $(addprefix net/, $(net-nested-y))
######################################################################