X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Fcheckkconfigsymbols.py;h=b9b0f15e588026952e4b3f9dd8f9b77cfa9dac67;hb=8fbc1c5b91133f7ae5254061d2cb3326992635c4;hp=1548f9ce46827a932efc51cd840676d7b4d4a0c5;hpb=d594d8f411d47bf7b583ec3474b11fec348c88bb;p=linux-2.6-microblaze.git diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py index 1548f9ce4682..b9b0f15e5880 100755 --- a/scripts/checkkconfigsymbols.py +++ b/scripts/checkkconfigsymbols.py @@ -329,7 +329,7 @@ def check_symbols_helper(pool, ignore): if REGEX_FILE_KCONFIG.match(gitfile): kconfig_files.append(gitfile) else: - if ignore and not re.match(ignore, gitfile): + if ignore and re.match(ignore, gitfile): continue # add source files that do not match the ignore pattern source_files.append(gitfile)