zephyr/drivers/sensor/bosch/bma4xx/CMakeLists.txt

8 lines
164 B
CMake

# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(bma4xx.c)
zephyr_library_sources(bma4xx_i2c.c)
zephyr_library_sources(bma4xx_spi.c)