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

Commit 56b54759 authored by Isaac J. Manjarres's avatar Isaac J. Manjarres
Browse files

scripts: build-all.py: update regex to compile defconfigs



Update regex so targets that use sm*_defconfig can compile
with the build-all script.

Change-Id: I74612a64e3eb37b84dfdadc53cba97b2f578c39f
Signed-off-by: default avatarIsaac J. Manjarres <isaacm@codeaurora.org>
parent a8cbba84
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -313,6 +313,7 @@ def scan_configs():
        )
        )
    arch64_pats = (
    arch64_pats = (
        r'msm*_defconfig',
        r'msm*_defconfig',
        r'sm*_defconfig',
        r'sdm*_defconfig',
        r'sdm*_defconfig',
        r'sdx*_defconfig',
        r'sdx*_defconfig',
        )
        )