brintos

brintos / linux-shallow public Read only

0
0
Text · 196 B · fdcfedd Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for Bosch BMI160 IMU4#5obj-$(CONFIG_BMI160) += bmi160_core.o6obj-$(CONFIG_BMI160_I2C) += bmi160_i2c.o7obj-$(CONFIG_BMI160_SPI) += bmi160_spi.o8