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

@ -44,7 +44,7 @@
#include <kernel.h>
#include <arch/cpu.h>
#include <toolchain.h>
#include <sections.h>
#include <linker/sections.h>
#include <misc/__assert.h>
#include <arch/arc/v2/aux_regs.h>
#include <sys_clock.h>