master
build 12 lines 291 Bytes
Raw
1 mips_system_ss.add(files(
2 'cp0_helper.c',
3 'special_helper.c',
4 'tlb_helper.c',
5 ))
6 mips_system_ss.add(when: ['CONFIG_SEMIHOSTING'],
7 if_true: files('mips-semi.c'),
8 if_false: files('semihosting-stub.c')
9 )
10 mips_system_ss.add(when: 'TARGET_MIPS64', if_true: files(
11 'lcsr_helper.c',
12 ))