util/lint/stable-017: Update full config pattern matching
CONFIG_ARCH gives false positives for CONFIG_ARCH_X86_64_PGTBL_LOC so use a different string: 'CONFIG_MAINBOARD_DIR'. Change-Id: Ie5d4fc4693bc303afb16884c53c9ca4d1778a5cb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74220 Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
This commit is contained in:
parent
e714fc00f3
commit
5196aacb98
|
@ -12,7 +12,7 @@ LINTDIR="$(
|
||||||
# shellcheck source=helper_functions.sh
|
# shellcheck source=helper_functions.sh
|
||||||
. "${LINTDIR}/helper_functions.sh"
|
. "${LINTDIR}/helper_functions.sh"
|
||||||
|
|
||||||
SYMBOLS='CONFIG_ARCH_\|CONFIG_MAINBOARD_HAS_'
|
SYMBOLS='CONFIG_MAINBOARD_DIR\|CONFIG_MAINBOARD_HAS_'
|
||||||
|
|
||||||
#look for a couple of things that should only be set by select keywords
|
#look for a couple of things that should only be set by select keywords
|
||||||
for file in \
|
for file in \
|
||||||
|
|
Loading…
Reference in New Issue