summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorAneesh Kumar K.V2011-06-01 09:05:13 +0200
committerVenkateswararao Jujjuri (JV)2011-06-01 19:23:58 +0200
commit9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93 (patch)
tree3c098823957209e4094aa9ee57851a0f572fd5db /Makefile.objs
parentvirtio-9p: Don't link to 9p if virtio is not enabled (diff)
downloadqemu-9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93.tar.gz
qemu-9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93.tar.xz
qemu-9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93.zip
virtio-9p: Move 9p device registration into virtio-9p.c
This patch move the 9p device registration into its own file Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index bdcc845941..1af0c44ee1 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -45,7 +45,7 @@ net-nested-$(CONFIG_SLIRP) += slirp.o
net-nested-$(CONFIG_VDE) += vde.o
net-obj-y += $(addprefix net/, $(net-nested-y))
-ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS),yy)
+ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy)
# Lots of the fsdev/9pcode is pulled in by vl.c via qemu_fsdev_add.
# only pull in the actual virtio-9p device if we also enabled virtio.
CONFIG_REALLY_VIRTFS=y