Skip to content

Commit 54ffb45

Browse files
duynguyenxaandrzej-kaczmarek
authored andcommitted
hal: ra: Update CMakeList for RA MCU grouping
Update include path for mcu from CONFIG_SOC to CONFIG_SOC_SERIES because Zephyr repository changing the RA8 MCU grouping Signed-off-by: Duy Nguyen <[email protected]>
1 parent d590e51 commit 54ffb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ra/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ set(srcs
1919
zephyr_include_directories(${include_dirs})
2020
zephyr_library_sources(${srcs})
2121

22-
message(${CONFIG_SOC})
23-
zephyr_include_directories(fsp/ra/fsp/src/bsp/mcu/${CONFIG_SOC})
22+
message(${CONFIG_SOC_SERIES})
23+
zephyr_include_directories(fsp/ra/fsp/src/bsp/mcu/${CONFIG_SOC_SERIES})
2424

2525
# Optional build base on feature configuration
2626
zephyr_library_sources_ifdef(CONFIG_USE_RA_FSP_SCI_B_UART

0 commit comments

Comments
 (0)