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 <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2019-03-10 14:20:21 -07:00 committed by Anas Nashif
parent 017446ba20
commit e8a2348fac
2 changed files with 1 additions and 1 deletions

View file

@ -1131,7 +1131,7 @@ configure_file(
${PROJECT_BINARY_DIR}/include/generated/app_data_alignment.ld)
configure_file(
$ENV{ZEPHYR_BASE}/include/arch/arm/cortex_m/scripts/app_smem.ld
$ENV{ZEPHYR_BASE}/include/linker/app_smem.ld
${PROJECT_BINARY_DIR}/include/generated/app_smem.ld)
if(CONFIG_USERSPACE)