SConscript (8335:9228e00459d4) SConscript (8512:a508c2d92d63)
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

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

47 Source('amba_fake.cc')
48 Source('gic.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')
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

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

47 Source('amba_fake.cc')
48 Source('gic.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('timer_cpulocal.cc')
55
56 DebugFlag('AMBA')
57 DebugFlag('PL111')
58 DebugFlag('Pl050')
59 DebugFlag('GIC')
56
57 DebugFlag('AMBA')
58 DebugFlag('PL111')
59 DebugFlag('Pl050')
60 DebugFlag('GIC')