summaryrefslogtreecommitdiff
path: root/src/arch/x86/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/SConscript')
-rw-r--r--src/arch/x86/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index 623d61aec..2a14943b0 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -106,7 +106,10 @@ if env['TARGET_ISA'] == 'x86':
SimObject('X86TLB.py')
if env['FULL_SYSTEM']:
+ SimObject('X86System.py')
+
# Full-system sources
+ Source('system.cc')
Source('stacktrace.cc')
Source('utility.cc')
Source('vtophys.cc')