Skip to content

Commit 680df8f

Browse files
committed
scripts: compliance: Add ZVFS_OPEN_ADD_SIZE_ to undef whitelist
The ZVFS_OPEN_ADD_SIZE_ is used as a prefix for matching specific Kconfig option names, i.e. it's not a real option in itself. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent 1da03f2 commit 680df8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ def check_no_undef_outside_kconfig(self, kconf):
13701370
"ZEPHYR_TRY_MASS_ERASE", # MCUBoot setting described in sysbuild
13711371
# documentation
13721372
"ZTEST_FAIL_TEST_", # regex in tests/ztest/fail/CMakeLists.txt
1373+
"ZVFS_OPEN_ADD_SIZE_", # Used as an option matching prefix
13731374
# zephyr-keep-sorted-stop
13741375
}
13751376

0 commit comments

Comments
 (0)