]> git.proxmox.com Git - qemu.git/blob - fsdev/Makefile.objs
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu.git] / fsdev / Makefile.objs
1 ifeq ($(CONFIG_REALLY_VIRTFS),y)
2 common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
3
4 # Toplevel always builds this; targets without virtio will put it in
5 # common-obj-y
6 extra-obj-y = qemu-fsdev-dummy.o
7 else
8 common-obj-y = qemu-fsdev-dummy.o
9 endif