diff options
| author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-04-24 16:28:29 -0700 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-05-08 14:22:12 +0200 |
| commit | 40316f9536cb62a05916ae5eff91e736c468b053 (patch) | |
| tree | 62639d906507c1d1aeec9037a500216afd883841 /hw/hyperv/meson.build | |
| parent | b554e754fcf13f0606092abfc1007204316a4ff5 (diff) | |
| download | focaccia-qemu-40316f9536cb62a05916ae5eff91e736c468b053.tar.gz focaccia-qemu-40316f9536cb62a05916ae5eff91e736c468b053.zip | |
hw/hyperv/hyperv: common compilation unit
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250424232829.141163-9-pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/hyperv/meson.build')
| -rw-r--r-- | hw/hyperv/meson.build | 2 |
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')) |