]> git.proxmox.com Git - qemu.git/blobdiff - fsdev/Makefile.objs
build: move fsdev/ objects to nested Makefile.objs
[qemu.git] / fsdev / Makefile.objs
diff --git a/fsdev/Makefile.objs b/fsdev/Makefile.objs
new file mode 100644 (file)
index 0000000..cb1e250
--- /dev/null
@@ -0,0 +1,9 @@
+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