xref: /openbmc/qemu/target/mips/tcg/sysemu/meson.build (revision 03afdc28b3ffb9315f9612052b2b1c250370c344)
1mips_system_ss.add(files(
2  'cp0_helper.c',
3  'mips-semi.c',
4  'special_helper.c',
5  'tlb_helper.c',
6))
7
8mips_system_ss.add(when: 'TARGET_MIPS64', if_true: files(
9  'lcsr_helper.c',
10))
11