zephyr/arch
Juan Manuel Cruz 808e5c4ba0 Fixes to Kbuild to build on ARM architecture.
This commit fixes issues to allow build on ARM architecture.
- It fixes the include paths in Makefiles.
- It fixes the include path for the offsets.c compilation.
- It fixes the linker command. This changes is needed because gcc
  ARM cross-compiler does not accept an AT() command without
  specifing an address explicitly. This corner case appears
  on ARM architectures when XIP is disabled.

Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
Change-Id: Ief8b53c4cc154abba7b7827121ec5a56f62b7b26
2016-02-05 20:14:05 -05:00
..
arc Always use __start as the entry point 2016-02-05 20:14:00 -05:00
arm Fixes to Kbuild to build on ARM architecture. 2016-02-05 20:14:05 -05:00
x86 Kconfig KERNEL_DIR symbol removal. 2016-02-05 20:14:05 -05:00
Kconfig Kconfig symbols for arch directory. 2016-02-05 20:14:04 -05:00
Makefile Creation of Makefiles for arch directory. 2016-02-05 20:14:04 -05:00