]> git.proxmox.com Git - qemu.git/blobdiff - fsdev/Makefile.objs
qcow2: Catch some L1 table index overflows
[qemu.git] / fsdev / Makefile.objs
index ee16ca600c13253f0746c76eee45d81cd28c8697..206289c49f1860474b1bbd3da6ac33ffe2fe001e 100644 (file)
@@ -1,10 +1,10 @@
 ifeq ($(CONFIG_REALLY_VIRTFS),y)
 common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
-
-# Toplevel always builds this; targets without virtio will put it in
-# common-obj-y
-extra-obj-y = qemu-fsdev-dummy.o
 else
 common-obj-y = qemu-fsdev-dummy.o
 endif
 common-obj-y += qemu-fsdev-opts.o
+
+# Toplevel always builds this; targets without virtio will put it in
+# common-obj-y
+common-obj-$(CONFIG_ALL) += qemu-fsdev-dummy.o