Optimize the resource usage of the driver for the case where `CONFIG_TMP108_ALERT_INTERRUPTS=n`. Signed-off-by: Jordan Yates <jordan@embeint.com>
7 lines
168 B
CMake
7 lines
168 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(tmp108.c)
|
|
zephyr_library_sources_ifdef(CONFIG_TMP108_ALERT_INTERRUPTS tmp108_trigger.c)
|