Adds Memsic MMC56X3 magnetometer and temperature sensor driver. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
9 lines
213 B
CMake
9 lines
213 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2024 Intel
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_MC3419 mc3419)
|
|
add_subdirectory_ifdef(CONFIG_MMC56X3 mmc56x3)
|
|
# zephyr-keep-sorted-stop
|