xref: /qemu/target/mips/tcg/system/meson.build (revision 32cad1ffb81dcecf6f4a8af56d6e5892682839b1)
1de6cd759SPhilippe Mathieu-Daudémips_system_ss.add(files(
2ad520a97SPhilippe Mathieu-Daudé  'cp0_helper.c',
3d60146a9SPhilippe Mathieu-Daudé  'special_helper.c',
4920b48ccSPhilippe Mathieu-Daudé  'tlb_helper.c',
5ad520a97SPhilippe Mathieu-Daudé))
6*fca2ffcbSPhilippe Mathieu-Daudémips_system_ss.add(when: ['CONFIG_SEMIHOSTING'],
7*fca2ffcbSPhilippe Mathieu-Daudé  if_true: files('mips-semi.c'),
8*fca2ffcbSPhilippe Mathieu-Daudé  if_false: files('semihosting-stub.c')
9*fca2ffcbSPhilippe Mathieu-Daudé)
1003afdc28SJiaxun Yangmips_system_ss.add(when: 'TARGET_MIPS64', if_true: files(
1103afdc28SJiaxun Yang  'lcsr_helper.c',
1203afdc28SJiaxun Yang))
13