]> git.proxmox.com Git - qemu.git/blob - fsdev/Makefile.objs
smc91c111: Fix receive starvation
[qemu.git] / fsdev / Makefile.objs
1 ifeq ($(CONFIG_REALLY_VIRTFS),y)
2 common-obj-y = qemu-fsdev.o virtio-9p-marshal.o
3 else
4 common-obj-y = qemu-fsdev-dummy.o
5 endif
6 common-obj-y += qemu-fsdev-opts.o
7
8 # Toplevel always builds this; targets without virtio will put it in
9 # common-obj-y
10 common-obj-$(CONFIG_ALL) += qemu-fsdev-dummy.o