xref: /qemu/target/mips/tcg/sysemu/meson.build (revision 8b7b9c5c)
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