qemu-patch-raspberry4/target/mips/sysemu/meson.build
Philippe Mathieu-Daudé 137f4d87c6 target/mips: Move physical addressing code to sysemu/physaddr.c
Declare get_physical_address() with local scope and move it along
with mips_cpu_get_phys_page_debug() to sysemu/physaddr.c new file.

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

7 lines
90 B
Meson

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