From 24d5515b4143ac61451b5f8587b771f5ec6c113e Mon Sep 17 00:00:00 2001 From: Neeraj Upadhyay Date: Sun, 1 Jan 2017 19:49:41 +0530 Subject: [PATCH] scripts: build_all: build sdm defconfigs Add support for building new sdm defconfigs. Change-Id: I7d1ae9fb0a3888a92ee4df850061afe3d2e378c6 Signed-off-by: Neeraj Upadhyay --- scripts/build-all.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build-all.py b/scripts/build-all.py index 9e4942d21da9..4f02c33d4248 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -303,9 +303,11 @@ def scan_configs(): r'apq*_defconfig', r'qsd*_defconfig', r'mpq*_defconfig', + r'sdm[0-9]*_defconfig', ) arch64_pats = ( r'msm*_defconfig', + r'sdm[0-9]*_defconfig', ) for p in arch_pats: for n in glob.glob('arch/arm/configs/' + p):