Sign in
◑
Theme
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b39bc9be7b73bb37e2c68f1eb2ac3ccdb4bc05cd
/
.
/
subsys
/
profiling
/
perf
/
CMakeLists.txt
blob: 0ed45359ed70a22f1954c60ca962ce6138b5de5e [
file
]
# Copyright (c) 2023 KNS Group LLC (YADRO)
#
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_PROFILING_PERF)
add_subdirectory(backends)
endif()
zephyr_library()
zephyr_library_sources(
perf.c
)