diff options
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r-- | src/dev/x86/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript index c500531b1..6ebaed265 100644 --- a/src/dev/x86/SConscript +++ b/src/dev/x86/SConscript @@ -32,6 +32,6 @@ Import('*') if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86': - SimObject('Opteron.py') + SimObject('PC.py') - Source('opteron.cc') + Source('pc.cc') |