SE/FS: Get rid of FULL_SYSTEM in the CPU directory.

This commit is contained in:
Gabe Black
2011-11-18 01:33:28 -08:00
parent ec32d85f9d
commit de21bb93ea
56 changed files with 488 additions and 777 deletions

View File

@@ -129,10 +129,9 @@ Source('simple_thread.cc')
Source('thread_context.cc')
Source('thread_state.cc')
if env['FULL_SYSTEM']:
if env['TARGET_ISA'] == 'sparc':
SimObject('LegionTrace.py')
Source('legiontrace.cc')
if env['TARGET_ISA'] == 'sparc':
SimObject('LegionTrace.py')
Source('legiontrace.cc')
if env['USE_CHECKER']:
Source('checker/cpu.cc')