1
0
mirror of https://github.com/olofk/serv.git synced 2026-03-01 17:25:51 +00:00
Files
olofk.serv/zephyr/drivers/timer/CMakeLists.txt
2020-12-16 23:02:56 +01:00

6 lines
162 B
CMake

# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources_ifdef(CONFIG_SERV_TIMER serv_timer.c)