SConscript revision 12323:55d08b81ff39
1Import('*')
2
3if env['TARGET_ISA'] == 'riscv':
4    Source('amo.cc')
5    Source('mem.cc')
6    Source('standard.cc')
7    Source('static_inst.cc')