mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04: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
|