mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 09:21:56 +00:00
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>
|
||
|---|---|---|
| .. | ||
| tsdl | ||
| CMakeLists.txt | ||
| ctf_map.h | ||
| ctf_top.c | ||
| ctf_top.h | ||
| tracing_ctf.h | ||