Skip to content

Commit 9629f15

Browse files
committed
hal_cmake: Include system.c for MXRT6xx and MXRT5xx
Fix for Zephyr Issue#42171 Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 8a08a65 commit 9629f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ elseif (CONFIG_SOC_MIMXRT1176_CM4)
5454
include(device_system_MIMXRT1176_cm4)
5555
elseif (CONFIG_SOC_MIMXRT1176_CM7)
5656
include(device_system_MIMXRT1176_cm7)
57-
elseif (CONFIG_SOC_SERIES_IMX_RT)
57+
elseif (CONFIG_SOC_SERIES_IMX_RT OR CONFIG_SOC_SERIES_IMX_RT6XX OR CONFIG_SOC_SERIES_IMX_RT5XX)
5858
include(device_system)
5959
endif()
6060

0 commit comments

Comments
 (0)