summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:12 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:28 -0500
commitc28b1c1007883baea05bff4bc7b20d354c4b47a1 (patch)
tree1039457766fcd64cc45a57b01e772ceb00fa4cec /Makefile
parentdffcb71cb51511994ce179472413060c023f2da5 (diff)
downloadqemu-c28b1c1007883baea05bff4bc7b20d354c4b47a1.tar.gz
net: move linux code into net/tap-linux.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 25e3868e89..16f4d7630d 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ block-obj-y += $(addprefix block/, $(block-nested-y))
net-obj-y = net.o
net-nested-y = queue.o checksum.o
net-nested-$(CONFIG_POSIX) += tap.o
+net-nested-$(CONFIG_LINUX) += tap-linux.o
net-nested-$(CONFIG_WIN32) += tap-win32.o
net-nested-$(CONFIG_BSD) += tap-bsd.o
net-nested-$(CONFIG_SOLARIS) += tap-solaris.o