a02c0edb35
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
|