Skip to content

Commit e352654

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 39b87ec commit e352654

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
@@ -1276,8 +1276,12 @@ def check_no_undef_outside_kconfig(self, kconf):
12761276
"MCUBOOT_SERIAL", # Used in (sysbuild-based) test/
12771277
# documentation
12781278
"MCUMGR_GRP_EXAMPLE_OTHER_HOOK", # Used in documentation
1279+
"MCUX_HW_CORE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
1280+
# It is a variable used by MCUX SDK CMake.
12791281
"MCUX_HW_DEVICE_CORE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
12801282
# It is a variable used by MCUX SDK CMake.
1283+
"MCUX_HW_FPU_TYPE", # Used in modules/hal_nxp/mcux/mcux-sdk-ng/device/device.cmake.
1284+
# It is a variable used by MCUX SDK CMake.
12811285
"MISSING",
12821286
"MODULES",
12831287
"MODVERSIONS", # Linux, in boards/xtensa/intel_adsp_cavs25/doc

0 commit comments

Comments
 (0)