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
commit e8a2348fac
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,2 @@
/* space holder */
APP_SMEM_SECTION()