blob: 96163eb19fc6007e57ecf5fb883d8e8a5709ae07 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_include_directories_ifdef(CONFIG_TRACING include)
zephyr_sources_ifdef(
CONFIG_SEGGER_SYSTEMVIEW
sysview_config.c
sysview.c
)
zephyr_sources_ifdef(
CONFIG_TRACING_CPU_STATS
cpu_stats.c
)
add_subdirectory_ifdef(CONFIG_TRACING_CTF ctf)