mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 01:35:55 +00:00
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>
7 lines
201 B
CMake
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)
|