X86: Rename the PC device to Pc.
--HG-- rename : src/dev/x86/PC.py => src/dev/x86/Pc.py
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user