4ca8cf092d
Now that we have the redirectable Xen backend operations we can build the PV backends even without the Xen libraries. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
3 lines
146 B
Meson
3 lines
146 B
Meson
specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))
|
|
specific_ss.add(when: 'CONFIG_XEN_BUS', if_true: files('xen-block.c'))
|