mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 04:13:39 +08:00
target/mips/meson: Restrict mips-semi.c to TCG
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210226093111.3865906-3-f4bug@amsat.org>
This commit is contained in:
parent
2897579982
commit
21fb03be67
@ -31,10 +31,10 @@ mips_softmmu_ss.add(files(
|
||||
'addr.c',
|
||||
'cp0_timer.c',
|
||||
'machine.c',
|
||||
'mips-semi.c',
|
||||
))
|
||||
mips_softmmu_ss.add(when: 'CONFIG_TCG', if_true: files(
|
||||
'cp0_helper.c',
|
||||
'mips-semi.c',
|
||||
))
|
||||
|
||||
mips_ss.add_all(when: 'CONFIG_TCG', if_true: [mips_tcg_ss])
|
||||
|
Loading…
Reference in New Issue
Block a user