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, 2 insertions, 1 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index 1ce06040f..1b589268d 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -28,7 +28,7 @@
#
# Authors: Gabe Black
-# Copyright (c) 2007 The Hewlett-Packard Development Company
+# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
# All rights reserved.
#
# Redistribution and use of this software in source and binary forms,
@@ -114,6 +114,7 @@ if env['TARGET_ISA'] == 'x86':
# Full-system sources
Source('linux/system.cc')
Source('pagetable_walker.cc')
+ Source('smbios.cc')
Source('system.cc')
Source('stacktrace.cc')
Source('vtophys.cc')