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

@ -5,4 +5,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>

View file

@ -5,4 +5,4 @@
* linker.ld - Linker command/script file
*/
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>

View file

@ -5,4 +5,4 @@
* linker.ld - Linker command/script file
*/
#include <arch/arm/aarch32/cortex_m/scripts/linker.ld>
#include <zephyr/arch/arm/aarch32/cortex_m/scripts/linker.ld>