move things around
This commit is contained in:
6
firmware/drivers/sensor/CMakeLists.txt
Normal file
6
firmware/drivers/sensor/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# 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)
|
Reference in New Issue
Block a user