SConscript (11723:0596db108c53) | SConscript (11965:41e942451f59) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2013 ARM Limited 4# Copyright (c) 2014 Sven Karlsson 5# All rights reserved 6# 7# The license below extends only to copyright in the software and shall 8# not be construed as granting a license to any other intellectual --- 36 unchanged lines hidden (view full) --- 45 46Import('*') 47 48if env['TARGET_ISA'] == 'riscv': 49 Source('decoder.cc') 50 Source('faults.cc') 51 Source('isa.cc') 52 Source('interrupts.cc') | 1# -*- mode:python -*- 2 3# Copyright (c) 2013 ARM Limited 4# Copyright (c) 2014 Sven Karlsson 5# All rights reserved 6# 7# The license below extends only to copyright in the software and shall 8# not be construed as granting a license to any other intellectual --- 36 unchanged lines hidden (view full) --- 45 46Import('*') 47 48if env['TARGET_ISA'] == 'riscv': 49 Source('decoder.cc') 50 Source('faults.cc') 51 Source('isa.cc') 52 Source('interrupts.cc') |
53 Source('locked_mem.cc') |
|
53 Source('process.cc') 54 Source('pagetable.cc') 55 Source('remote_gdb.cc') 56 Source('stacktrace.cc') 57 Source('tlb.cc') 58 Source('system.cc') 59 60 Source('linux/process.cc') --- 12 unchanged lines hidden --- | 54 Source('process.cc') 55 Source('pagetable.cc') 56 Source('remote_gdb.cc') 57 Source('stacktrace.cc') 58 Source('tlb.cc') 59 Source('system.cc') 60 61 Source('linux/process.cc') --- 12 unchanged lines hidden --- |