SConstruct (9883:7e0dff1c165b) | SConstruct (9888:68d6b600d51f) |
---|---|
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 --- 1096 unchanged lines hidden (view full) --- 1105# gzstream build is shared across all configs in the build root. 1106main.SConscript('ext/gzstream/SConscript', 1107 variant_dir = joinpath(build_root, 'gzstream')) 1108 1109# libfdt build is shared across all configs in the build root. 1110main.SConscript('ext/libfdt/SConscript', 1111 variant_dir = joinpath(build_root, 'libfdt')) 1112 | 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 --- 1096 unchanged lines hidden (view full) --- 1105# gzstream build is shared across all configs in the build root. 1106main.SConscript('ext/gzstream/SConscript', 1107 variant_dir = joinpath(build_root, 'gzstream')) 1108 1109# libfdt build is shared across all configs in the build root. 1110main.SConscript('ext/libfdt/SConscript', 1111 variant_dir = joinpath(build_root, 'libfdt')) 1112 |
1113# fputils build is shared across all configs in the build root. 1114main.SConscript('ext/fputils/SConscript', 1115 variant_dir = joinpath(build_root, 'fputils')) 1116 |
|
1113################################################### 1114# 1115# This function is used to set up a directory with switching headers 1116# 1117################################################### 1118 1119main['ALL_ISA_LIST'] = all_isa_list 1120def make_switching_dir(dname, switch_headers, env): --- 137 unchanged lines hidden --- | 1117################################################### 1118# 1119# This function is used to set up a directory with switching headers 1120# 1121################################################### 1122 1123main['ALL_ISA_LIST'] = all_isa_list 1124def make_switching_dir(dname, switch_headers, env): --- 137 unchanged lines hidden --- |