]> git.proxmox.com Git - qemu.git/blobdiff - fsdev/Makefile.objs
qcow2: Catch some L1 table index overflows
[qemu.git] / fsdev / Makefile.objs
index cb1e2500b99ed9daeb333443746233485c57816c..206289c49f1860474b1bbd3da6ac33ffe2fe001e 100644 (file)
@@ -1,9 +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