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, 0 insertions, 3 deletions
diff --git a/src/arch/x86/SConscript b/src/arch/x86/SConscript
index 184bb4809..0d8760fdc 100644
--- a/src/arch/x86/SConscript
+++ b/src/arch/x86/SConscript
@@ -110,13 +110,10 @@ if env['TARGET_ISA'] == 'x86':
if env['FULL_SYSTEM']:
SimObject('X86System.py')
- SimObject('bios/E820.py')
# Full-system sources
- Source('bios/e820.cc')
Source('linux/system.cc')
Source('pagetable_walker.cc')
- Source('smbios.cc')
Source('system.cc')
Source('stacktrace.cc')
Source('vtophys.cc')