SConscript (8869:fa8dcdd7e26c) SConscript (9525:0587c8983d47)
1# -*- mode:python -*-
2
3# Copyright (c) 2009 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
1# -*- mode:python -*-
2
3# Copyright (c) 2009 ARM Limited
4# All rights reserved.
5#
6# The license below extends only to copyright in the software and shall
7# not be construed as granting a license to any other intellectual
8# property including but not limited to intellectual property relating

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

35# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37#
38# Authors: Ali Saidi
39
40Import('*')
41
42if env['TARGET_ISA'] == 'arm':
43 SimObject('Gic.py')
43 SimObject('RealView.py')
44
45 Source('a9scu.cc')
46 Source('amba_device.cc')
47 Source('amba_fake.cc')
44 SimObject('RealView.py')
45
46 Source('a9scu.cc')
47 Source('amba_device.cc')
48 Source('amba_fake.cc')
48 Source('gic.cc')
49 Source('base_gic.cc')
50 Source('gic_pl390.cc')
49 Source('pl011.cc')
50 Source('pl111.cc')
51 Source('kmi.cc')
52 Source('timer_sp804.cc')
53 Source('rv_ctrl.cc')
54 Source('realview.cc')
55 Source('rtc_pl031.cc')
56 Source('timer_cpulocal.cc')
57
58 DebugFlag('AMBA')
59 DebugFlag('PL111')
60 DebugFlag('Pl050')
61 DebugFlag('GIC')
51 Source('pl011.cc')
52 Source('pl111.cc')
53 Source('kmi.cc')
54 Source('timer_sp804.cc')
55 Source('rv_ctrl.cc')
56 Source('realview.cc')
57 Source('rtc_pl031.cc')
58 Source('timer_cpulocal.cc')
59
60 DebugFlag('AMBA')
61 DebugFlag('PL111')
62 DebugFlag('Pl050')
63 DebugFlag('GIC')