Files
mellifera_firmware/drivers/sensor/CMakeLists.txt
Brendan Haines e42be00205
Some checks failed
Build / build (ubuntu-22.04) (push) Failing after 1m50s
Documentation / build (push) Successful in 23s
Remove bmg160 and bmm150 drivers. These weren't even being used because zephyr already has these libraries
2024-07-04 23:52:59 -06:00

7 lines
238 B
CMake

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
add_subdirectory_ifdef(CONFIG_EXAMPLE_SENSOR example_sensor)
add_subdirectory_ifdef(CONFIG_BMA255 bma255)
add_subdirectory_ifdef(CONFIG_HDC1080 hdc1080)