From cfcf36aeff347519bbc5f4436b1d4a77e89f316d Mon Sep 17 00:00:00 2001 From: Satya Durga Srinivasu Prabhala Date: Tue, 30 May 2017 16:03:32 -0700 Subject: scripts: build-all.py: append llvm to the config file To detect that the Kernel is being compiled with llvm, append llvm to the config file. Change-Id: Iba2f4f83f5ab091c7906dc66ad11cc88bcdfe2b9 Signed-off-by: Satya Durga Srinivasu Prabhala --- scripts/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build-all.py') diff --git a/scripts/build-all.py b/scripts/build-all.py index a3ac915099c1..61ee2b9aaa55 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -325,7 +325,7 @@ def scan_configs(): if 'CROSS_COMPILE64' in os.environ: for p in arch64_pats: for n in glob.glob('arch/arm64/configs/' + p): - name = os.path.basename(n)[:-10] + "-64" + name = os.path.basename(n)[:-10] + "-llvm" + "-64" names.append(Builder(name, n)) return names -- cgit v1.2.3