SConscript (5124:3d8c50376609) SConscript (5132:ad5e94876bfc)
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

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

101 Source('predecoder_tables.cc')
102 Source('regfile.cc')
103 Source('remote_gdb.cc')
104 Source('tlb.cc')
105
106 SimObject('X86TLB.py')
107
108 if env['FULL_SYSTEM']:
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

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

101 Source('predecoder_tables.cc')
102 Source('regfile.cc')
103 Source('remote_gdb.cc')
104 Source('tlb.cc')
105
106 SimObject('X86TLB.py')
107
108 if env['FULL_SYSTEM']:
109 SimObject('X86System.py')
110
109 # Full-system sources
111 # Full-system sources
112 Source('system.cc')
110 Source('stacktrace.cc')
111 Source('utility.cc')
112 Source('vtophys.cc')
113 else:
114 Source('process.cc')
115
116 Source('linux/linux.cc')
117 Source('linux/process.cc')

--- 226 unchanged lines hidden ---
113 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')

--- 226 unchanged lines hidden ---