Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 399c0859 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

scripts: build-all: Build all defconfigs



Build all the defconfigs that have been changed on msm-3.18 in
the last year. This introduces a few new configs that aren't
currently being built and tested:

	msmcortex-perf_defconfig
	msmcortex_defconfig
	sdx-perf_defconfig
	sdx_defconfig
	apq8053_IoE-perf_defconfig

Change-Id: I2d55e758b9ff9dacada11aa0c04b8186abaaba38
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 68b6c46c
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -300,12 +300,15 @@ def scan_configs():
    names = []
    arch_pats = (
        r'[fm]sm[0-9]*_defconfig',
        r'msmcortex*_defconfig',
        r'apq*_defconfig',
        r'qsd*_defconfig',
        r'mdm*_defconfig',
        r'mpq*_defconfig',
        r'sdx*_defconfig',
        )
    arch64_pats = (
        r'apq*_defconfig',
        r'msm*_defconfig',
        )
    for p in arch_pats: