zephyr/subsys/tracing/ctf
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
..
tsdl
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
ctf_map.h ext: debug: Move ctf_map.h to subsys/tracing/ctf 2020-03-20 22:56:19 -04:00
ctf_top.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ctf_top.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tracing_ctf.h tracing: move ctf headers under ctf/ 2020-02-07 15:58:05 -05:00