1# Copyright (c) 2023 KNS Group LLC (YADRO)
2#
3# SPDX-License-Identifier: Apache-2.0
4
5add_subdirectory(backends)
6
7zephyr_library()
8
9zephyr_library_sources(
10  perf.c
11)
12