zephyr/arch/arm/core
Radoslaw Koppel 08070fbf1f arch: arm, arm64: Remove zephyr prefix from linker includes
This fix removes the zephyr/ prefix from linker included files.
With this prefix the build works only for Ninja and not for
other build tools.

Linking in Zephyr / CMake:
 - Ninja invokes linking directly from <build>.
 - Make invokes linking form <build>/zephyr.

The linker default uses cwd for looking up INCLUDE directives if not found
in list of includes.
Zephyr always adds <build>/zephyr as link include using CMake,
and this is passed to ld as -L<build>/zephyr therefore using
INCLUDE isr_tables_swi.ld ensures it will be correctly found in all cases.

Signed-off-by: Radosław Koppel <radoslaw.koppel@nordicsemi.no>
2024-02-05 12:32:46 +01:00
..
cortex_a_r arch: introduce arch_secondary_cpu_init 2024-01-09 10:00:17 +01:00
cortex_m arch: arm: core: cortex_m: fix cache disabling in init_arch_hw_at_boot 2024-01-10 09:59:58 +01:00
mmu arm: debug: Add GDB stub for aarch32 2023-12-18 09:31:42 +01:00
mpu arm: mpu: clear mpu regions before initialization 2024-01-26 09:33:09 +00:00
offsets
__aeabi_atexit.c
CMakeLists.txt arch: arm: Update to support local ISR declaration 2024-02-02 19:49:36 +01:00
elf.c
fatal.c arch: guard more code with CONFIG_EXCEPTION_DEBUG 2023-12-14 09:32:27 +01:00
gdbstub.c arm: debug: Add GDB stub for aarch32 2023-12-18 09:31:42 +01:00
header.S
irq_offload.c
Kconfig arm: debug: Add GDB stub for aarch32 2023-12-18 09:31:42 +01:00
Kconfig.vfp
nmi_on_reset.S
nmi.c
swi_tables.ld arch: arm, arm64: Remove zephyr prefix from linker includes 2024-02-05 12:32:46 +01:00
tls.c
userspace.S arch: arm: rename expection header 2023-12-11 18:22:40 -05:00
vector_table.ld arch: arm, arm64: Remove zephyr prefix from linker includes 2024-02-05 12:32:46 +01:00
zimage_header.ld