8 lines
164 B
CMake
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)
|