SConscript (12246:9ffa51416f39) SConscript (12462:abdd0f6a2593)
1# -*- mode:python -*-
2
3# Copyright (c) 2016 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

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

68 microcode_rom.hh
69 mmapped_ipr.hh
70 mt.hh
71 process.hh
72 pseudo_inst.hh
73 registers.hh
74 remote_gdb.hh
75 stacktrace.hh
1# -*- mode:python -*-
2
3# Copyright (c) 2016 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

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

68 microcode_rom.hh
69 mmapped_ipr.hh
70 mt.hh
71 process.hh
72 pseudo_inst.hh
73 registers.hh
74 remote_gdb.hh
75 stacktrace.hh
76 tlb.hh
77 types.hh
78 utility.hh
79 vtophys.hh
80 '''),
81 env.subst('${TARGET_ISA}'))
82
83if env['BUILD_GPU']:
84 env.SwitchingHeaders(

--- 148 unchanged lines hidden ---
76 types.hh
77 utility.hh
78 vtophys.hh
79 '''),
80 env.subst('${TARGET_ISA}'))
81
82if env['BUILD_GPU']:
83 env.SwitchingHeaders(

--- 148 unchanged lines hidden ---