zephyr/drivers/fuel_gauge/max17048/CMakeLists.txt
Matt Wood 678f1bdba7 fuel_gauge: restructure cmake libraries
Adjusted drivers to include sources into a single library
to allow for the use of zephyr_library_amend when extending
with out of tree drivers in workspace projects inline with other
driver groups structure

Signed-off-by: Matt Wood <matt.wood@corintech.com>
2025-07-31 16:50:59 -04:00

7 lines
201 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library_sources(max17048.c)
zephyr_include_directories_ifdef(CONFIG_EMUL_MAX17048 .)
zephyr_library_sources_ifdef(CONFIG_EMUL_MAX17048 ./emul_max17048.c)