aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-all.py
diff options
context:
space:
mode:
authorSrinivas Ramana <sramana@codeaurora.org>2013-09-18 20:55:12 +0530
committerSrinivas Ramana <sramana@codeaurora.org>2013-10-04 19:17:06 +0530
commitdd0f9bf24eea27f19903aaa3d7996873ff059ecd (patch)
tree635e70c2651c0ca8c99aa170d172ebeb3ca31a2b /scripts/build-all.py
parent179b553f230d2d4748968718c9a016c3e335f980 (diff)
build-all.py: Add support for mpq*_defconfig
mpq8092_defconfig does not match the existing msm pattern because of not having its name started with msm prefix. Compile it too. Change-Id: I1b758e33fa550fdac539a18cc61a6a8348f61f71 Signed-off-by: Srinivas Ramana <sramana@codeaurora.org>
Diffstat (limited to 'scripts/build-all.py')
-rwxr-xr-xscripts/build-all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py
index 5a109bbf7f0..1b1aa05668a 100755
--- a/scripts/build-all.py
+++ b/scripts/build-all.py
@@ -89,6 +89,7 @@ def scan_configs():
r'apq*_defconfig',
r'qsd*_defconfig',
r'msmkrypton*_defconfig',
+ r'mpq*_defconfig',
)
for p in arch_pats:
for n in glob.glob('arch/arm/configs/' + p):