mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-15 17:48:58 +00:00
![Paolo Bonzini](/assets/img/avatar_default.png)
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>
3 lines
74 B
Makefile
3 lines
74 B
Makefile
obj-$(CONFIG_VIRTIO_BLK) += virtio-blk.o
|
|
obj-$(CONFIG_XEN) += xen-block.o
|