linker: update files with <zephyr/...> include prefix

Linker files were not migrated with the new <zephyr/...> prefix.  Note
that the conversion has been scripted, refer to #45388 for more details.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-05-09 13:20:58 +02:00 committed by Anas Nashif
commit d342e4c4c1
164 changed files with 482 additions and 459 deletions

View file

@ -7,4 +7,4 @@ MEMORY
{
SRAM_NC (wx) : ORIGIN = CONFIG_SRAM_NC_BASE_ADDRESS, LENGTH = CONFIG_SRAM_NC_SIZE * 1024
}
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>