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

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