2020-08-20 08:07:29 -06:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EMUL emul.c)
|
2020-10-22 13:18:29 -06:00
|
|
|
|
|
|
|
zephyr_include_directories_ifdef(CONFIG_EMUL_BMI160 ${ZEPHYR_BASE}/drivers/sensor/bmi160)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_EMUL_BMI160 emul_bmi160.c)
|
|
|
|
|
2020-08-20 08:11:24 -06:00
|
|
|
add_subdirectory(i2c)
|
2020-12-16 15:08:59 +01:00
|
|
|
add_subdirectory(espi)
|