aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-all.py
diff options
context:
space:
mode:
authorAbhimanyu Kapur <abhimany@codeaurora.org>2014-05-02 02:08:14 -0700
committerAbhimanyu Kapur <abhimany@codeaurora.org>2014-05-05 14:00:13 -0700
commit0d05fa71ea04b2faaab9878fe816eb4e8aeb87a1 (patch)
tree41df539e0c74ac7bf0f82aba0e046d73ea6cae93 /scripts/build-all.py
parente589fedd938e9742c6268e89fcb50afe44290ba0 (diff)
defconfig: arm64: add support for msm8994 defconfig
Split out the common msm_defconfig into MSM8994 specific defconfig. Also update the build-all script to reflect the changes. Change-Id: I5df7a0d1f74f843bd2a353a389d42290b8b70590 Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Diffstat (limited to 'scripts/build-all.py')
-rwxr-xr-xscripts/build-all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py
index 441136c6605..5cb4da53791 100755
--- a/scripts/build-all.py
+++ b/scripts/build-all.py
@@ -311,7 +311,7 @@ def scan_configs():
r'mpq*_defconfig',
)
arch64_pats = (
- r'msm_defconfig',
+ r'msm*_defconfig',
)
for p in arch_pats:
for n in glob.glob('arch/arm/configs/' + p):