SConscript (4776:8c8407243a2c) SConscript (4826:259b996a6da6)
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

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

45Source('sim_events.cc')
46Source('sim_object.cc')
47Source('simulate.cc')
48Source('startup.cc')
49Source('stat_control.cc')
50Source('system.cc')
51
52if env['FULL_SYSTEM']:
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

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

45Source('sim_events.cc')
46Source('sim_object.cc')
47Source('simulate.cc')
48Source('startup.cc')
49Source('stat_control.cc')
50Source('system.cc')
51
52if env['FULL_SYSTEM']:
53 Source('arguments.cc')
53 Source('pseudo_inst.cc')
54else:
55 SimObject('Process.py')
56
57 Source('process.cc')
58 Source('syscall_emul.cc')
54 Source('pseudo_inst.cc')
55else:
56 SimObject('Process.py')
57
58 Source('process.cc')
59 Source('syscall_emul.cc')