SConscript (11794:97eebddaae84) SConscript (11800:54436a1784dc)
1# -*- mode:python -*-
2
3# Copyright (c) 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

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

77 SimObject('Process.py')
78 Source('faults.cc')
79 Source('process.cc')
80 Source('fd_entry.cc')
81 Source('pseudo_inst.cc')
82 Source('syscall_emul.cc')
83 Source('syscall_desc.cc')
84
1# -*- mode:python -*-
2
3# Copyright (c) 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

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

77 SimObject('Process.py')
78 Source('faults.cc')
79 Source('process.cc')
80 Source('fd_entry.cc')
81 Source('pseudo_inst.cc')
82 Source('syscall_emul.cc')
83 Source('syscall_desc.cc')
84
85if env['TARGET_ISA'] != 'x86':
86 Source('microcode_rom.cc')
87
85DebugFlag('Checkpoint')
86DebugFlag('Config')
87DebugFlag('CxxConfig')
88DebugFlag('Drain')
89DebugFlag('Event')
90DebugFlag('Fault')
91DebugFlag('Flow')
92DebugFlag('IPI')

--- 17 unchanged lines hidden ---
88DebugFlag('Checkpoint')
89DebugFlag('Config')
90DebugFlag('CxxConfig')
91DebugFlag('Drain')
92DebugFlag('Event')
93DebugFlag('Fault')
94DebugFlag('Flow')
95DebugFlag('IPI')

--- 17 unchanged lines hidden ---