Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b4ece0ad44b42cbf38ad10dd5e4f15e4bcc68366
/
.
/
subsys
/
debug
/
tracing
/
CMakeLists.txt
blob: f090cd3004bb3605242be8ed57688e6d9196f114 [
file
] [
log
] [
blame
]
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
)