SConstruct (9986:7cab06691984) SConstruct (10066:06a33d872798)
1# -*- mode:python -*-
2
3# Copyright (c) 2013 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

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

1149# libfdt build is shared across all configs in the build root.
1150main.SConscript('ext/libfdt/SConscript',
1151 variant_dir = joinpath(build_root, 'libfdt'))
1152
1153# fputils build is shared across all configs in the build root.
1154main.SConscript('ext/fputils/SConscript',
1155 variant_dir = joinpath(build_root, 'fputils'))
1156
1# -*- mode:python -*-
2
3# Copyright (c) 2013 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

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

1149# libfdt build is shared across all configs in the build root.
1150main.SConscript('ext/libfdt/SConscript',
1151 variant_dir = joinpath(build_root, 'libfdt'))
1152
1153# fputils build is shared across all configs in the build root.
1154main.SConscript('ext/fputils/SConscript',
1155 variant_dir = joinpath(build_root, 'fputils'))
1156
1157# DRAMSim2 build is shared across all configs in the build root.
1158main.SConscript('ext/dramsim2/SConscript',
1159 variant_dir = joinpath(build_root, 'dramsim2'))
1160
1157###################################################
1158#
1159# This function is used to set up a directory with switching headers
1160#
1161###################################################
1162
1163main['ALL_ISA_LIST'] = all_isa_list
1164def make_switching_dir(dname, switch_headers, env):

--- 148 unchanged lines hidden ---
1161###################################################
1162#
1163# This function is used to set up a directory with switching headers
1164#
1165###################################################
1166
1167main['ALL_ISA_LIST'] = all_isa_list
1168def make_switching_dir(dname, switch_headers, env):

--- 148 unchanged lines hidden ---