diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-03-25 02:06:53 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-03-25 02:06:53 -0400 |
commit | b0c52885ce5164c2c6105a1de1963c1d761477d1 (patch) | |
tree | cfadb98759e19843a876d3e353b810b5aafca0b4 /src/dev/x86/SConscript | |
parent | 623dd7ed3a66e71e241dc8365c079cb5b42fa918 (diff) | |
download | gem5-b0c52885ce5164c2c6105a1de1963c1d761477d1.tar.xz |
X86: Change the Opteron platform to be the PC platform.
--HG--
extra : convert_revision : 2c6ffebbad04a21cef6ba3fbc1803218908a6c37
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') |