summaryrefslogtreecommitdiff
path: root/app/drivers/sensor/battery/CMakeLists.txt
blob: 1203e53a6be58fc2bc51dd7368519cab6f42a933 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT

zephyr_include_directories(.)

zephyr_library()

zephyr_library_sources(battery_common.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_BATTERY_NRF_VDDH battery_nrf_vddh.c)
zephyr_library_sources_ifdef(CONFIG_ZMK_BATTERY_VOLTAGE_DIVIDER battery_voltage_divider.c)