]> git.proxmox.com Git - mirror_qemu.git/blame - fsdev/Makefile.objs
hmp: fix "dump-quest-memory" segfault
[mirror_qemu.git] / fsdev / Makefile.objs
CommitLineData
993c91a0
AK
1ifeq ($(CONFIG_VIRTIO)$(CONFIG_VIRTFS)$(CONFIG_PCI),yyy)
2# Lots of the fsdev/9pcode is pulled in by vl.c via qemu_fsdev_add.
3# only pull in the actual virtio-9p device if we also enabled virtio.
2209bd05 4common-obj-y = qemu-fsdev.o 9p-marshal.o 9p-iov-marshal.o
ee20477d
PB
5else
6common-obj-y = qemu-fsdev-dummy.o
7endif
b8bbdb88 8common-obj-y += qemu-fsdev-opts.o qemu-fsdev-throttle.o
82cb6b04
PB
9
10# Toplevel always builds this; targets without virtio will put it in
11# common-obj-y
12common-obj-$(CONFIG_ALL) += qemu-fsdev-dummy.o