diff options
| author | Neeraj Upadhyay <neeraju@codeaurora.org> | 2017-01-01 19:49:41 +0530 |
|---|---|---|
| committer | Neeraj Upadhyay <neeraju@codeaurora.org> | 2017-01-01 21:01:10 +0530 |
| commit | 24d5515b4143ac61451b5f8587b771f5ec6c113e (patch) | |
| tree | 0754e3735535d854841eadfe4179133328edbfba /scripts/build-all.py | |
| parent | 046e487756bf6ea13033ae6e5a23f2283e3bec30 (diff) | |
scripts: build_all: build sdm defconfigs
Add support for building new sdm defconfigs.
Change-Id: I7d1ae9fb0a3888a92ee4df850061afe3d2e378c6
Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
Diffstat (limited to 'scripts/build-all.py')
| -rwxr-xr-x | scripts/build-all.py | 2 |
1 files changed, 2 insertions, 0 deletions
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): |
