summary refs log tree commit diff stats
path: root/hw/hyperv/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hyperv/meson.build')
-rw-r--r--hw/hyperv/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hyperv/meson.build b/hw/hyperv/meson.build
index ef5a596c8a..d1cf781f04 100644
--- a/hw/hyperv/meson.build
+++ b/hw/hyperv/meson.build
@@ -1,4 +1,4 @@
-specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
+system_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c'))
 system_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.c'))
 system_ss.add(when: 'CONFIG_VMBUS', if_true: files('vmbus.c'))
 system_ss.add(when: 'CONFIG_SYNDBG', if_true: files('syndbg.c'))