mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
target/mips: Simplify meson TCG rules
We already have the mips_tcg_ss source set for TCG-specific files, use it for mxu_translate.c and tx79_translate.c to simplify a bit. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210428170410.479308-2-f4bug@amsat.org>
This commit is contained in:
@@ -26,10 +26,9 @@ mips_tcg_ss.add(files(
|
||||
'translate_addr_const.c',
|
||||
'txx9_translate.c',
|
||||
))
|
||||
mips_ss.add(when: ['CONFIG_TCG', 'TARGET_MIPS64'], if_true: files(
|
||||
mips_tcg_ss.add(when: 'TARGET_MIPS64', if_true: files(
|
||||
'tx79_translate.c',
|
||||
))
|
||||
mips_tcg_ss.add(when: 'TARGET_MIPS64', if_false: files(
|
||||
), if_false: files(
|
||||
'mxu_translate.c',
|
||||
))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user