SConstruct (10425:ceb471d74fe9) SConstruct (10428:0caf62b57dfd)
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

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

1170# fputils build is shared across all configs in the build root.
1171main.SConscript('ext/fputils/SConscript',
1172 variant_dir = joinpath(build_root, 'fputils'))
1173
1174# DRAMSim2 build is shared across all configs in the build root.
1175main.SConscript('ext/dramsim2/SConscript',
1176 variant_dir = joinpath(build_root, 'dramsim2'))
1177
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

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

1170# fputils build is shared across all configs in the build root.
1171main.SConscript('ext/fputils/SConscript',
1172 variant_dir = joinpath(build_root, 'fputils'))
1173
1174# DRAMSim2 build is shared across all configs in the build root.
1175main.SConscript('ext/dramsim2/SConscript',
1176 variant_dir = joinpath(build_root, 'dramsim2'))
1177
1178# DRAMPower build is shared across all configs in the build root.
1179main.SConscript('ext/drampower/SConscript',
1180 variant_dir = joinpath(build_root, 'drampower'))
1181
1178###################################################
1179#
1180# This function is used to set up a directory with switching headers
1181#
1182###################################################
1183
1184main['ALL_ISA_LIST'] = all_isa_list
1185all_isa_deps = {}

--- 195 unchanged lines hidden ---
1182###################################################
1183#
1184# This function is used to set up a directory with switching headers
1185#
1186###################################################
1187
1188main['ALL_ISA_LIST'] = all_isa_list
1189all_isa_deps = {}

--- 195 unchanged lines hidden ---