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
|
@ -12,14 +12,14 @@
|
|||
#define _ASMLANGUAGE
|
||||
|
||||
#include <autoconf.h>
|
||||
#include <sections.h>
|
||||
#include <linker/sections.h>
|
||||
|
||||
#if defined(CONFIG_NSIM)
|
||||
EXTERN(_VectorTable)
|
||||
#endif
|
||||
|
||||
#include <linker-defs.h>
|
||||
#include <linker-tool.h>
|
||||
#include <linker/linker-defs.h>
|
||||
#include <linker/linker-tool.h>
|
||||
|
||||
/* physical address of RAM */
|
||||
#ifdef CONFIG_HARVARD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue