summaryrefslogtreecommitdiff
path: root/src/dev/x86/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/x86/SConscript')
-rw-r--r--src/dev/x86/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dev/x86/SConscript b/src/dev/x86/SConscript
index 0e2bf0be6..b71649fdd 100644
--- a/src/dev/x86/SConscript
+++ b/src/dev/x86/SConscript
@@ -34,6 +34,9 @@ if env['FULL_SYSTEM'] and env['TARGET_ISA'] == 'x86':
SimObject('PC.py')
Source('pc.cc')
+ SimObject('SouthBridge.py')
+ Source('south_bridge.cc')
+
SimObject('Cmos.py')
Source('cmos.cc')
TraceFlag('CMOS', 'Accesses to CMOS devices')