Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
8 lines
224 B
CMake
8 lines
224 B
CMake
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_MS5607 ms5607)
|
|
add_subdirectory_ifdef(CONFIG_MS5837 ms5837)
|
|
# zephyr-keep-sorted-stop
|