9 lines
285 B
CMake
9 lines
285 B
CMake
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_VCNL36825T vcnl36825t)
|
|
add_subdirectory_ifdef(CONFIG_VCNL4040 vcnl4040)
|
|
add_subdirectory_ifdef(CONFIG_VEML7700 veml7700)
|
|
# zephyr-keep-sorted-stop
|