xref: /openbmc/qemu/target/mips/tcg/system/meson.build (revision 1d03e9771e05685e11bbd3cc8cdd072c02cf580d)
1mips_system_ss.add(files(
2  'cp0_helper.c',
3  'special_helper.c',
4  'tlb_helper.c',
5))
6mips_system_ss.add(when: ['CONFIG_SEMIHOSTING'],
7  if_true: files('mips-semi.c'),
8  if_false: files('semihosting-stub.c')
9)
10mips_system_ss.add(when: 'TARGET_MIPS64', if_true: files(
11  'lcsr_helper.c',
12))
13