X86: Rename the PC device to Pc.

--HG--
rename : src/dev/x86/PC.py => src/dev/x86/Pc.py
This commit is contained in:
Gabe Black
2008-10-11 02:23:40 -07:00
parent 826621eb17
commit 3af428606a
6 changed files with 21 additions and 21 deletions

View File

@@ -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')