diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-06-01 12:35:13 +0530 |
---|---|---|
committer | Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com> | 2011-06-01 10:23:58 -0700 |
commit | 9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93 (patch) | |
tree | 3c098823957209e4094aa9ee57851a0f572fd5db /Makefile.objs | |
parent | 1c88c71564bb6e6554f8aad16c7be1bf2a57c89b (diff) | |
download | qemu-9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93.tar.gz qemu-9fe1ebebd0c427fd9b3d1ffffa77a9969d873d93.tar.bz2 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.objs | 2 |
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 |