SConscript (5132:ad5e94876bfc) SConscript (5135:6ae576eada5c)
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

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

97 Source('intregfile.cc')
98 Source('miscregfile.cc')
99 Source('pagetable.cc')
100 Source('predecoder.cc')
101 Source('predecoder_tables.cc')
102 Source('regfile.cc')
103 Source('remote_gdb.cc')
104 Source('tlb.cc')
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

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

97 Source('intregfile.cc')
98 Source('miscregfile.cc')
99 Source('pagetable.cc')
100 Source('predecoder.cc')
101 Source('predecoder_tables.cc')
102 Source('regfile.cc')
103 Source('remote_gdb.cc')
104 Source('tlb.cc')
105 Source('utility.cc')
105
106 SimObject('X86TLB.py')
107
108 if env['FULL_SYSTEM']:
109 SimObject('X86System.py')
110
111 # Full-system sources
112 Source('system.cc')
113 Source('stacktrace.cc')
106
107 SimObject('X86TLB.py')
108
109 if env['FULL_SYSTEM']:
110 SimObject('X86System.py')
111
112 # Full-system sources
113 Source('system.cc')
114 Source('stacktrace.cc')
114 Source('utility.cc')
115 Source('vtophys.cc')
116 else:
117 Source('process.cc')
118
119 Source('linux/linux.cc')
120 Source('linux/process.cc')
121 Source('linux/syscalls.cc')
122

--- 224 unchanged lines hidden ---
115 Source('vtophys.cc')
116 else:
117 Source('process.cc')
118
119 Source('linux/linux.cc')
120 Source('linux/process.cc')
121 Source('linux/syscalls.cc')
122

--- 224 unchanged lines hidden ---