tools: Check syntax also of Kconfig.in files

This commit is contained in:
Roland Dobai 2019-05-14 16:23:19 +02:00
parent 979e1e32cb
commit 1af263ebb2

View file

@ -23,7 +23,7 @@ import argparse
from io import open from io import open
# regular expression for matching Kconfig files # regular expression for matching Kconfig files
RE_KCONFIG = r'^Kconfig(?:\.projbuild)?$' RE_KCONFIG = r'^Kconfig(\.projbuild)?(\.in)?$'
# ouput file with suggestions will get this suffix # ouput file with suggestions will get this suffix
OUTPUT_SUFFIX = '.new' OUTPUT_SUFFIX = '.new'