1# Copyright(c) 2024 Sparse Technology, Mustafa Abdullah Kus
2# SPDX-License-Identifier: Apache-2.0
3
4zephyr_include_directories(.)
5
6zephyr_library_sources(
7  collector.c
8  counter.c
9  formatter.c
10  gauge.c
11  histogram.c
12  summary.c
13)
14
15zephyr_linker_sources(DATA_SECTIONS prometheus.ld)
16