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

Commit 45c8b9dd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scripts: build-all: Build all defconfigs"

parents 9cefd408 399c0859
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: