summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-11-25 18:48:56 +0000
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-03 09:41:28 -0600
commit59f7dcd4adb218d7bd80c1dc4482fc0ab1e997c6 (patch)
treeb28178c11ac65313f9fbcd0584b438c6b90dcdc5 /Makefile
parentf2ec26eba0b7881c3112fedcf4bff2fe73c23380 (diff)
downloadqemu-59f7dcd4adb218d7bd80c1dc4482fc0ab1e997c6.tar.gz
qemu-59f7dcd4adb218d7bd80c1dc4482fc0ab1e997c6.tar.bz2
qemu-59f7dcd4adb218d7bd80c1dc4482fc0ab1e997c6.zip
net: move socket backend code from net.c to net/socket.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 fa10459e2d..29ef8a9cb4 100644
--- a/Makefile
+++ b/Makefile
@@ -100,6 +100,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y))
net-obj-y = net.o
net-nested-y = queue.o checksum.o
+net-nested-y += socket.o
net-nested-$(CONFIG_POSIX) += tap.o
net-nested-$(CONFIG_LINUX) += tap-linux.o
net-nested-$(CONFIG_WIN32) += tap-win32.o