aboutsummaryrefslogtreecommitdiffstats
path: root/hw/block/dataplane/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/block/dataplane/meson.build')
-rw-r--r--hw/block/dataplane/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/block/dataplane/meson.build b/hw/block/dataplane/meson.build
new file mode 100644
index 000000000..12c6a264f
--- /dev/null
+++ b/hw/block/dataplane/meson.build
@@ -0,0 +1,2 @@
+specific_ss.add(when: 'CONFIG_VIRTIO_BLK', if_true: files('virtio-blk.c'))
+specific_ss.add(when: 'CONFIG_XEN', if_true: files('xen-block.c'))