]> Git Repo - qemu.git/blobdiff - Makefile
net: move socket backend code from net.c to net/socket.c
[qemu.git] / Makefile
index fa10459e2d1ed65c52a13943f2a07b8362c2b801..29ef8a9cb49692eb91995d12c3114b0ad18793e1 100644 (file)
--- 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
This page took 0.022051 seconds and 4 git commands to generate.