aboutsummaryrefslogtreecommitdiff
path: root/scripts/build-all.py
diff options
context:
space:
mode:
authorJoonwoo Park <joonwoop@codeaurora.org>2014-01-07 17:01:53 -0800
committerJoonwoo Park <joonwoop@codeaurora.org>2014-01-10 10:03:08 -0800
commitf0358e8b21252f9580191fb42facddf7eddf661b (patch)
treeafc15e617c712ed3738b4c4fe69c59dfafede91d /scripts/build-all.py
parent4ae4d5036759c44eacf10f51cb4a237031c68aa4 (diff)
mdm9630: rename msmkrypton to mdm9630
Introduce mdm9630 as the official name for msmkrypton. Change-Id: I0fd861f30bb461ea575084bfe241d8ded1d0c484 Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'scripts/build-all.py')
-rwxr-xr-xscripts/build-all.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py
index 1b1aa05668a..ab7866b2804 100755
--- a/scripts/build-all.py
+++ b/scripts/build-all.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
-# Copyright (c) 2009-2013, The Linux Foundation. All rights reserved.
+# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -88,7 +88,7 @@ def scan_configs():
r'[fm]sm[0-9]*_defconfig',
r'apq*_defconfig',
r'qsd*_defconfig',
- r'msmkrypton*_defconfig',
+ r'mdm*_defconfig',
r'mpq*_defconfig',
)
for p in arch_pats: