diff options
author | Pierrick Bouvier <pierrick.bouvier@linaro.org> | 2025-04-24 16:28:27 -0700 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-05-08 14:22:12 +0200 |
commit | b554e754fcf13f0606092abfc1007204316a4ff5 (patch) | |
tree | 8f6c6ce5a3652d905089c579dd4633b6d5777be3 | |
parent | 8def07485b9c08592b59ffe4953477286b9e947c (diff) | |
download | qemu-b554e754fcf13f0606092abfc1007204316a4ff5.zip qemu-b554e754fcf13f0606092abfc1007204316a4ff5.tar.gz qemu-b554e754fcf13f0606092abfc1007204316a4ff5.tar.bz2 |
hw/hyperv/hyperv_testdev: common compilation unit
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20250424232829.141163-7-pierrick.bouvier@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
-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 5acd709..ef5a596 100644 --- a/hw/hyperv/meson.build +++ b/hw/hyperv/meson.build @@ -1,5 +1,5 @@ specific_ss.add(when: 'CONFIG_HYPERV', if_true: files('hyperv.c')) -specific_ss.add(when: 'CONFIG_HYPERV_TESTDEV', if_true: files('hyperv_testdev.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')) system_ss.add(when: 'CONFIG_HV_BALLOON', if_true: files('hv-balloon.c', 'hv-balloon-page_range_tree.c', 'hv-balloon-our_range_memslots.c')) |