zephyr/arch/xtensa/core
Stephanos Ioannidis 7bcfdadf81 arch: Simplify private header include path configuration.
When compiling the components under the arch directory, the compiler
include paths for arch and kernel private headers need to be specified.

This was previously done by adding 'zephyr_library_include_directories'
to CMakeLists.txt file for every component under the arch directory,
and this resulted in a significant amount of duplicate code.

This commit uses the CMake 'include_directories' command in the root
CMakeLists.txt to simplify specification of the private header include
paths for all the arch components.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2019-11-06 16:07:32 -08:00
..
offsets headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
startup arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
CMakeLists.txt arch: Simplify private header include path configuration. 2019-11-06 16:07:32 -08:00
atomic.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cpu_idle.c kernel: add architecture interface headers 2019-10-11 13:30:46 -07:00
crt1.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
fatal.c kernel: remove z_fatal_print() 2019-09-12 05:17:39 -04:00
irq_offload.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
window_vectors.S headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
xtensa-asm2-util.S xtensa: remove legacy arch implementation 2019-09-12 01:26:34 -04:00
xtensa-asm2.c kernel: rename z_new_thread() 2019-09-30 15:25:55 -04:00
xtensa_intgen.py xtensa: xtensa_intgen.py: Change 'not lvl in ...' to 'lvl not in ...' 2019-09-07 07:55:01 -04:00
xtensa_intgen.tmpl