drivers: sensor: bosch: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership responsibilities. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
parent
8714f53188
commit
6320a96730
87 changed files with 38 additions and 26 deletions
9
drivers/sensor/bosch/bmi08x/CMakeLists.txt
Normal file
9
drivers/sensor/bosch/bmi08x/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources(bmi08x_accel.c)
|
||||
zephyr_library_sources(bmi08x_gyro.c)
|
||||
zephyr_library_sources(bmi08x.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BMI08X_ACCEL_TRIGGER bmi08x_accel_trigger.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_BMI08X_GYRO_TRIGGER bmi08x_gyro_trigger.c)
|
Loading…
Add table
Add a link
Reference in a new issue