scripts: Add fsm targets to build-all.py
Acked-by: Kaushik Sikdar <ksikdar@qualcomm.com> Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> (cherry picked from commit d5b438ad986952a7b4596a9794724da83582eff8)
This commit is contained in:
committed by
Stephen Boyd
parent
45bc44dc22
commit
59b6660305
@@ -83,7 +83,7 @@ def update_config(file, str):
|
||||
def scan_configs():
|
||||
"""Get the full list of defconfigs appropriate for this tree."""
|
||||
names = {}
|
||||
for n in glob.glob('arch/arm/configs/msm[0-9]*_defconfig'):
|
||||
for n in glob.glob('arch/arm/configs/[fm]sm[0-9]*_defconfig'):
|
||||
names[os.path.basename(n)[:-10]] = n
|
||||
for n in glob.glob('arch/arm/configs/qsd*_defconfig'):
|
||||
names[os.path.basename(n)[:-10]] = n
|
||||
|
||||
Reference in New Issue
Block a user