scripts: build_all: build sdm defconfigs
Add support for building new sdm defconfigs. Change-Id: I7d1ae9fb0a3888a92ee4df850061afe3d2e378c6 Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org>
This commit is contained in:
parent
046e487756
commit
24d5515b41
1 changed files with 2 additions and 0 deletions
|
@ -303,9 +303,11 @@ def scan_configs():
|
||||||
r'apq*_defconfig',
|
r'apq*_defconfig',
|
||||||
r'qsd*_defconfig',
|
r'qsd*_defconfig',
|
||||||
r'mpq*_defconfig',
|
r'mpq*_defconfig',
|
||||||
|
r'sdm[0-9]*_defconfig',
|
||||||
)
|
)
|
||||||
arch64_pats = (
|
arch64_pats = (
|
||||||
r'msm*_defconfig',
|
r'msm*_defconfig',
|
||||||
|
r'sdm[0-9]*_defconfig',
|
||||||
)
|
)
|
||||||
for p in arch_pats:
|
for p in arch_pats:
|
||||||
for n in glob.glob('arch/arm/configs/' + p):
|
for n in glob.glob('arch/arm/configs/' + p):
|
||||||
|
|
Loading…
Add table
Reference in a new issue