zephyr/drivers/sensor/bmi160/CMakeLists.txt

5 lines
140 B
CMake

zephyr_library()
zephyr_library_sources_ifdef(CONFIG_BMI160 bmi160.c)
zephyr_library_sources_ifdef(CONFIG_BMI160_TRIGGER bmi160_trigger.c)