]> git.proxmox.com Git - qemu.git/blame - fsdev/Makefile.objs
target-s390: Convert TPROT
[qemu.git] / fsdev / Makefile.objs
CommitLineData
ee20477d
PB
1ifeq ($(CONFIG_REALLY_VIRTFS),y)
2common-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
6extra-obj-y = qemu-fsdev-dummy.o
7else
8common-obj-y = qemu-fsdev-dummy.o
9endif