mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-03 05:00:31 -07:00
There are Xen files in hw/block/dataplane that should be compiled even if virtio-blk is disabled. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2 lines
74 B
Text
2 lines
74 B
Text
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
|
obj-$(CONFIG_XEN) += xen-block.o
|