summaryrefslogtreecommitdiff
path: root/src/arch/riscv/insts/SConscript
blob: ad504e2f810ffa2709e7cb0449db9b40ce9cb8fe (plain)
1
2
3
4
5
6
7
Import('*')

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