Import('*')

if env['TARGET_ISA'] == 'riscv':
    Source('amo.cc')
    Source('mem.cc')
    Source('standard.cc')
    Source('static_inst.cc')