Skip to content

Commit e8a2348

Browse files
dcpleungnashif
authored andcommitted
linker: move app_smem.ld into include/linker
The app_smem.ld is also being used by architectures other than ARM. So move the linker script out of include/arch/arm and into include/linker. Signed-off-by: Daniel Leung <[email protected]>
1 parent 017446b commit e8a2348

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ configure_file(
11311131
${PROJECT_BINARY_DIR}/include/generated/app_data_alignment.ld)
11321132

11331133
configure_file(
1134-
$ENV{ZEPHYR_BASE}/include/arch/arm/cortex_m/scripts/app_smem.ld
1134+
$ENV{ZEPHYR_BASE}/include/linker/app_smem.ld
11351135
${PROJECT_BINARY_DIR}/include/generated/app_smem.ld)
11361136

11371137
if(CONFIG_USERSPACE)

0 commit comments

Comments
 (0)