Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
9 lines
207 B
CMake
9 lines
207 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(hts221.c)
|
|
zephyr_library_sources_ifdef(CONFIG_HTS221_TRIGGER hts221_trigger.c)
|
|
|
|
zephyr_library_include_directories(../stmemsc)
|