linker: move all linker headers to include/linker

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-06-17 11:30:47 -04:00 committed by Kumar Gala
commit 397d29db42
151 changed files with 186 additions and 186 deletions

View file

@ -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)

View file

@ -16,7 +16,7 @@
*/
#include <toolchain.h>
#include <sections.h>
#include <linker/sections.h>
_ASM_FILE_PROLOGUE

View file

@ -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>

View file

@ -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"

View file

@ -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"

View file

@ -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)

View file

@ -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>

View file

@ -12,7 +12,7 @@
*/
#include <toolchain.h>
#include <sections.h>
#include <linker/sections.h>
#include <inttypes.h>
#include <kernel.h>

View file

@ -12,7 +12,7 @@
*/
#include <toolchain.h>
#include <sections.h>
#include <linker/sections.h>
#include <kernel.h>
#include <kernel_structs.h>

View file

@ -12,7 +12,7 @@
*/
#include <toolchain.h>
#include <sections.h>
#include <linker/sections.h>
#include <arch/cpu.h>
_ASM_FILE_PROLOGUE

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>