Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3158623 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

iio: mmu: Add build dependencies for the BMI160 sensor



Fix the Makefile for BMI160 by modifying it to depend on the
appropriate Kconfig options.

Change-Id: I545272053ba88022008a90da3ca180056106e46b
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent f48d1fb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#
#Makefile for BMI160 IIO Driver
#
obj-y   += bmi160_i2c.o bmi160_core.o bmi160.o 
obj-y   += bmi160_ring.o
obj-${CONFIG_SENSORS_BMI160_IIO}   += bmi160_i2c.o bmi160_core.o bmi160.o
obj-${CONFIG_SENSORS_BMI160_IIO_RING}   += bmi160_ring.o

EXTRA_CFLAGS += -DBMI160_ENABLE_INT1