Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3f8c129ae98e43b84e0ff0e3f63bb93c960512cf
/
.
/
drivers
/
fuel_gauge
/
CMakeLists.txt
blob: a2d8148a1a4756ce8a58ebc47d53e281247f1f7b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_SBS_GAUGE_NEW_API sbs_gauge)
add_subdirectory_ifdef(CONFIG_MAX17048 max17048)
zephyr_library_sources_ifdef(CONFIG_USERSPACE fuel_gauge_syscall_handlers.c)