SE/FS: Compile in system events in SE mode.

This commit is contained in:
Gabe Black
2011-10-30 17:38:11 -07:00
parent 37a437893e
commit 8009b53c41
2 changed files with 15 additions and 14 deletions

View File

@@ -34,6 +34,7 @@ SimObject('BaseTLB.py')
SimObject('Root.py')
SimObject('InstTracer.py')
Source('arguments.cc')
Source('async.cc')
Source('core.cc')
Source('debug.cc')
@@ -56,9 +57,7 @@ if env['TARGET_ISA'] != 'no':
Source('pseudo_inst.cc')
Source('system.cc')
if env['FULL_SYSTEM']:
Source('arguments.cc')
elif env['TARGET_ISA'] != 'no':
if not env['FULL_SYSTEM'] and env['TARGET_ISA'] != 'no':
Source('tlb.cc')
DebugFlag('Checkpoint')