qemu-patch-raspberry4/target/mips/sysemu/meson.build
Philippe Mathieu-Daudé 5679479b9a target/mips: Move CP0 helpers to sysemu/cp0.c
Opcodes accessing Coprocessor 0 are privileged.
Move the CP0 helpers to sysemu/ and simplify the #ifdef'ry.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210428170410.479308-28-f4bug@amsat.org>
2021-05-02 16:49:35 +02:00

8 lines
101 B
Meson

mips_softmmu_ss.add(files(
'addr.c',
'cp0.c',
'cp0_timer.c',
'machine.c',
'physaddr.c',
))