SConscript (5083:49559a8060e8) | SConscript (5086:e7913ffb379d) |
---|---|
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 --- 91 unchanged lines hidden (view full) --- 100 Source('regfile.cc') 101 Source('remote_gdb.cc') 102 Source('tlb.cc') 103 104 SimObject('X86TLB.py') 105 106 if env['FULL_SYSTEM']: 107 # 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 --- 91 unchanged lines hidden (view full) --- 100 Source('regfile.cc') 101 Source('remote_gdb.cc') 102 Source('tlb.cc') 103 104 SimObject('X86TLB.py') 105 106 if env['FULL_SYSTEM']: 107 # Full-system sources |
108 pass | 108 Source('stacktrace.cc') 109 Source('utility.cc') 110 Source('vtophys.cc') |
109 else: 110 Source('process.cc') 111 112 Source('linux/linux.cc') 113 Source('linux/process.cc') 114 Source('linux/syscalls.cc') 115 116 python_files = ( --- 223 unchanged lines hidden --- | 111 else: 112 Source('process.cc') 113 114 Source('linux/linux.cc') 115 Source('linux/process.cc') 116 Source('linux/syscalls.cc') 117 118 python_files = ( --- 223 unchanged lines hidden --- |