SConscript (5298:a836e89a8ee0) | SConscript (5299:e61b9f2a9732) |
---|---|
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 --- 98 unchanged lines hidden (view full) --- 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') 113 114 # Full-system sources | 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 --- 98 unchanged lines hidden (view full) --- 107 SimObject('X86TLB.py') 108 TraceFlag('Predecoder') 109 TraceFlag('X86') 110 111 if env['FULL_SYSTEM']: 112 SimObject('X86System.py') 113 114 # Full-system sources |
115 Source('linux/system.cc') |
|
115 Source('pagetable_walker.cc') 116 Source('system.cc') 117 Source('stacktrace.cc') 118 Source('vtophys.cc') 119 else: 120 Source('process.cc') 121 122 Source('linux/linux.cc') --- 230 unchanged lines hidden --- | 116 Source('pagetable_walker.cc') 117 Source('system.cc') 118 Source('stacktrace.cc') 119 Source('vtophys.cc') 120 else: 121 Source('process.cc') 122 123 Source('linux/linux.cc') --- 230 unchanged lines hidden --- |