Skip to content

Commit 9f338e3

Browse files
committed
ci: compliance: exclude SOF, use in signing script
exclude CONFIG_SOF used to check for SOF builds in signing script. Signed-off-by: Anas Nashif <[email protected]>
1 parent aeba174 commit 9f338e3

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
@@ -1348,6 +1348,7 @@ def check_no_undef_outside_kconfig(self, kconf):
13481348
"SOC_SDKNG_UNSUPPORTED", # Used in modules/hal_nxp/mcux/CMakeLists.txt
13491349
"SOC_SERIES_", # Used as regex in scripts/utils/board_v1_to_v2.py
13501350
"SOC_WATCH", # Issue 13749
1351+
"SOF", # define in scripts/west_commands/sign.py:588 for signing.
13511352
"SOME_BOOL",
13521353
"SOME_INT",
13531354
"SOME_OTHER_BOOL",

0 commit comments

Comments
 (0)