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

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