summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl2010-05-14 21:31:53 +0200
committerBlue Swirl2010-05-14 21:31:53 +0200
commitd08555c17ac9b3c51e9a2bc7d2b12891241c29ae (patch)
tree2137add1b887747a18ccb5224b6d6b431d38741c /Makefile.objs
parentMerge remote branch 'qemu-kvm/uq/master' into staging (diff)
downloadqemu-d08555c17ac9b3c51e9a2bc7d2b12891241c29ae.tar.gz
qemu-d08555c17ac9b3c51e9a2bc7d2b12891241c29ae.tar.xz
qemu-d08555c17ac9b3c51e9a2bc7d2b12891241c29ae.zip
Compile virtio-9p-debug and virtio-9p-local once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index ecdd53e097..110f8fd6c2 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -226,6 +226,8 @@ sound-obj-$(CONFIG_CS4231A) += cs4231a.o
adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0
hw-obj-$(CONFIG_SOUND) += $(sound-obj-y)
+hw-obj-$(CONFIG_LINUX) += virtio-9p-debug.o virtio-9p-local.o
+
######################################################################
# libdis
# NOTE: the disassembler code is only needed for debugging