zephyr/arch
Torsten Rasmussen bb3946666f cmake: fix include directories to work with out-of-tree arch
Include directories for ${ARCH} is not specified correctly.
Several places in Zephyr, the include directories are specified as:
${ZEPHYR_BASE}/arch/${ARCH}/include
the correct line is:
${ARCH_DIR}/${ARCH}/include
to correctly support out of tree archs.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2020-08-05 08:06:07 -04:00
..
arc cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
arm kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
common config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
nios2 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
posix kernel: update arch_switch_to_main_thread() 2020-07-30 21:11:14 -04:00
riscv cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
x86 cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
xtensa kernel: z_interrupt_stacks are now kernel stacks 2020-07-30 21:11:14 -04:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig arch: add CONFIG_MMU 2020-07-17 11:38:18 +02:00