10 lines
308 B
CMake
10 lines
308 B
CMake
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_SGP40 sgp40)
|
|
add_subdirectory_ifdef(CONFIG_SHT3XD sht3xd)
|
|
add_subdirectory_ifdef(CONFIG_SHT4X sht4x)
|
|
add_subdirectory_ifdef(CONFIG_SHTCX shtcx)
|
|
# zephyr-keep-sorted-stop
|