Skip to content

Commit cf2272c

Browse files
committed
scripts: compliance: Add items to UNDEF_KCONFIG_ALLOWLIST
'MCUX_HW_CORE' and 'MCUX_HW_FPU_TYPE' are used in modules/hal_nxp/device.cmake. It is a variable used by MCUX SDK CMake. Signed-off-by: Zhaoxiang Jin <[email protected]>
1 parent 6b1a4d3 commit cf2272c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,8 +1278,12 @@ def check_no_undef_outside_kconfig(self, kconf):
12781278
"MCUBOOT_SERIAL", # Used in (sysbuild-based) test/
12791279
# documentation
12801280
"MCUMGR_GRP_EXAMPLE_OTHER_HOOK", # Used in documentation
1281+
"MCUX_HW_CORE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
1282+
# It is a variable used by MCUX SDK CMake.
12811283
"MCUX_HW_DEVICE_CORE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
12821284
# It is a variable used by MCUX SDK CMake.
1285+
"MCUX_HW_FPU_TYPE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
1286+
# It is a variable used by MCUX SDK CMake.
12831287
"MISSING",
12841288
"MODULES",
12851289
"MODVERSIONS", # Linux, in boards/xtensa/intel_adsp_cavs25/doc

0 commit comments

Comments
 (0)