SConscript (5406:fc680749b40e) SConscript (5450:25e395a87745)
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 96 unchanged lines hidden (view full) ---

105 Source('utility.cc')
106
107 SimObject('X86TLB.py')
108 TraceFlag('Predecoder')
109 TraceFlag('X86')
110
111 if env['FULL_SYSTEM']:
112 SimObject('X86System.py')
1# -*- mode:python -*-
2
3# Copyright (c) 2005-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 96 unchanged lines hidden (view full) ---

105 Source('utility.cc')
106
107 SimObject('X86TLB.py')
108 TraceFlag('Predecoder')
109 TraceFlag('X86')
110
111 if env['FULL_SYSTEM']:
112 SimObject('X86System.py')
113 SimObject('bios/E820.py')
113
114 # Full-system sources
114
115 # Full-system sources
116 Source('bios/e820.cc')
115 Source('linux/system.cc')
116 Source('pagetable_walker.cc')
117 Source('smbios.cc')
118 Source('system.cc')
119 Source('stacktrace.cc')
120 Source('vtophys.cc')
121 else:
122 Source('process.cc')

--- 247 unchanged lines hidden ---
117 Source('linux/system.cc')
118 Source('pagetable_walker.cc')
119 Source('smbios.cc')
120 Source('system.cc')
121 Source('stacktrace.cc')
122 Source('vtophys.cc')
123 else:
124 Source('process.cc')

--- 247 unchanged lines hidden ---