diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2011-07-14 14:16:51 -0700 |
|---|---|---|
| committer | Stephen Boyd <sboyd@codeaurora.org> | 2013-09-04 14:17:52 -0700 |
| commit | 33519a464cd1a6b0ad6e013a99415a26a47de377 (patch) | |
| tree | ae979d91bbca5c7265d5be7d76da053fb32d375a /scripts/build-all.py | |
| parent | 6f26fbb5441c978e393b7e3089effb28f91b4593 (diff) | |
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)
Diffstat (limited to 'scripts/build-all.py')
| -rwxr-xr-x | scripts/build-all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-all.py b/scripts/build-all.py index 511527076dd..b2b953c5883 100755 --- a/scripts/build-all.py +++ b/scripts/build-all.py @@ -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 |
