tcg-sparc: Preserve branch destinations during retranslation
[qemu-kvm.git] / fsdev / Makefile.objs
blobcb1e2500b99ed9daeb333443746233485c57816c
1 ifeq ($(CONFIG_REALLY_VIRTFS),y)
2 common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
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