diff options
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r-- | src/dev/x86/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index eeb68cf44..038e4824b 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -30,7 +30,7 @@ Import('*') -if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': +if env['TARGET_ISA'] == 'x86': SimObject('Pc.py') Source('pc.cc') |