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

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