Skip to content

Commit 45035be

Browse files
AllenZhang-NXPkartben
authored andcommitted
soc: mcxw7xx: Fixed the wrong path of sections.ld
After creating mcxw7xx subfolder in mcxw, the path to sections.ld needs to be updated. Signed-off-by: Allen Zhang <[email protected]>
1 parent 0af6622 commit 45035be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/nxp/mcx/mcxw/mcxw7xx/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ zephyr_include_directories(./)
1515
set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld CACHE INTERNAL "")
1616

1717
if(CONFIG_BT OR CONFIG_IEEE802154)
18-
zephyr_linker_sources(RAM_SECTIONS /sections.ld)
18+
zephyr_linker_sources(RAM_SECTIONS sections.ld)
1919
endif()

0 commit comments

Comments
 (0)