summaryrefslogtreecommitdiff
path: root/src/arch/sparc/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2011-10-09 00:15:50 -0700
committerGabe Black <gblack@eecs.umich.edu>2011-10-09 00:15:50 -0700
commitf338d60930e973d330d13715b8617c22b980dcca (patch)
treed0980316aa40ff6f15699b752a2087035a634c65 /src/arch/sparc/SConscript
parent020e923ba7f027b7b3b18ccf8ac208c576d75b95 (diff)
downloadgem5-f338d60930e973d330d13715b8617c22b980dcca.tar.xz
SE/FS: Build the Interrupt objects in SE mode.
Diffstat (limited to 'src/arch/sparc/SConscript')
-rw-r--r--src/arch/sparc/SConscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arch/sparc/SConscript b/src/arch/sparc/SConscript
index cc13d56af..db2fb9620 100644
--- a/src/arch/sparc/SConscript
+++ b/src/arch/sparc/SConscript
@@ -34,6 +34,7 @@ Import('*')
if env['TARGET_ISA'] == 'sparc':
Source('asi.cc')
Source('faults.cc')
+ Source('interrupts.cc')
Source('isa.cc')
Source('nativetrace.cc')
Source('pagetable.cc')
@@ -41,17 +42,16 @@ if env['TARGET_ISA'] == 'sparc':
Source('tlb.cc')
Source('utility.cc')
+ SimObject('SparcInterrupts.py')
SimObject('SparcNativeTrace.py')
-
SimObject('SparcTLB.py')
+
DebugFlag('Sparc', "Generic SPARC ISA stuff")
DebugFlag('RegisterWindows', "Register window manipulation")
if env['FULL_SYSTEM']:
SimObject('SparcSystem.py')
- SimObject('SparcInterrupts.py')
- Source('interrupts.cc')
Source('system.cc')
Source('ua2005.cc')
Source('vtophys.cc')