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

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