summaryrefslogtreecommitdiffstats
path: root/hw/hyperv/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hyperv/meson.build')
-rw-r--r--hw/hyperv/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/hyperv/meson.build b/hw/hyperv/meson.build
new file mode 100644
index 00000000..b43f119e
--- /dev/null
+++ b/hw/hyperv/meson.build
@@ -0,0 +1,4 @@
+specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
+specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
+specific_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
+specific_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))