summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-22 17:49:08 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:27 -0500
commite7e92325d92843aaa022000aacb9602d3a6ad986 (patch)
treec09fa5c69648dc1e7ed6f1dfe12871aeb3b08659 /Makefile
parent5281d757efa6e40d74ce124be048b08d43887555 (diff)
downloadqemu-e7e92325d92843aaa022000aacb9602d3a6ad986.tar.gz
net: split BSD tap_open() out into net/tap-bsd.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 0680855504..9105340909 100644
--- a/Makefile
+++ b/Makefile
@@ -90,6 +90,7 @@ net-obj-y = net.o
net-nested-y = queue.o checksum.o
net-nested-$(CONFIG_POSIX) += tap.o
net-nested-$(CONFIG_WIN32) += tap-win32.o
+net-nested-$(CONFIG_BSD) += tap-bsd.o
net-obj-y += $(addprefix net/, $(net-nested-y))
######################################################################