c7b64948f8
Since we *might* have user emulation with softmmu, use the clearer 'CONFIG_SYSTEM_ONLY' key to check for system emulation. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-9-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
11 lines
226 B
Meson
11 lines
226 B
Meson
i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SYSTEM_ONLY'], if_true: files(
|
|
'tcg-cpu.c',
|
|
'smm_helper.c',
|
|
'excp_helper.c',
|
|
'bpt_helper.c',
|
|
'misc_helper.c',
|
|
'fpu_helper.c',
|
|
'svm_helper.c',
|
|
'seg_helper.c',
|
|
))
|