mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-28 02:00:34 -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
|