SConscript (5794:c85b8323f3d8) SConscript (7768:cdb18c1b51ea)
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

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

26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Steve Reinhardt
30# Gabe Black
31
32Import('*')
33
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

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

26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Steve Reinhardt
30# Gabe Black
31
32Import('*')
33
34if env['TARGET_ISA'] == 'no':
35 Return()
36
34if env['FULL_SYSTEM']:
35 SimObject('BadDevice.py')
36 SimObject('CopyEngine.py')
37 SimObject('Device.py')
38 SimObject('DiskImage.py')
39 SimObject('Ethernet.py')
40 SimObject('Ide.py')
41 SimObject('Pci.py')

--- 67 unchanged lines hidden ---
37if env['FULL_SYSTEM']:
38 SimObject('BadDevice.py')
39 SimObject('CopyEngine.py')
40 SimObject('Device.py')
41 SimObject('DiskImage.py')
42 SimObject('Ethernet.py')
43 SimObject('Ide.py')
44 SimObject('Pci.py')

--- 67 unchanged lines hidden ---