summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-11 02:23:40 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-11 02:23:40 -0700
commit3af428606ad35e2cd40d5d1d39010ff732bfee4f (patch)
tree138312e2a62bc278b9332713f5c053519cc5c6f5 /src/dev/x86/SConscript
parent826621eb1722eb557d4c24f79e110fbed09e5fb5 (diff)
downloadgem5-3af428606ad35e2cd40d5d1d39010ff732bfee4f.tar.xz
X86: Rename the PC device to Pc.
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript
index b71649fdd..ae270aa90 100644
--- a/src/dev/x86/SConscript
+++ b/src/dev/x86/SConscript
@@ -31,7 +31,7 @@
Import('*')
if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
- SimObject('PC.py')
+ SimObject('Pc.py')
Source('pc.cc')
SimObject('SouthBridge.py')