linker: move all linker headers to include/linker
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
be366b7ba6
commit
397d29db42
151 changed files with 186 additions and 186 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <misc/printk.h>
|
||||
#include <misc/reboot.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
|
||||
extern void _SysNmiOnReset(void);
|
||||
#if !defined(CONFIG_RUNTIME_NMI)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <kernel.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <toolchain.h>
|
||||
#include <linker-defs.h>
|
||||
#include <linker/linker-defs.h>
|
||||
#include <nano_internal.h>
|
||||
#include <arch/arm/cortex_m/cmsis.h>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <offsets_short.h>
|
||||
#include "vector_table.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <drivers/system_timer.h>
|
||||
#include "vector_table.h"
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ extern "C" {
|
|||
|
||||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <misc/util.h>
|
||||
|
||||
GTEXT(__start)
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include <offsets_short.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <arch/cpu.h>
|
||||
#ifdef CONFIG_TICKLESS_IDLE
|
||||
#include <kernel_structs.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include <kernel.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
|
||||
#include <kernel.h>
|
||||
#include <kernel_structs.h>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
_ASM_FILE_PROLOGUE
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <kernel.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <arch/arm/cortex_m/cmsis.h>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <arch/arm/cortex_m/cmsis.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <sw_isr_table.h>
|
||||
#include <irq.h>
|
||||
#include <kernel_structs.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <offsets_short.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <sw_isr_table.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <arch/cpu.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <kernel.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <misc/printk.h>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <kernel.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <toolchain.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
#include <ksched.h>
|
||||
#include <wait_q.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue