mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 08:31:39 +00:00
c14dca07a3
Handle 3d contiguous sensors like Accelerometers, Gyroscope and Magnetometer that are presented by the ChromeOS EC Sensor hub. Signed-off-by: Guenter Roeck <groeck@chromium.org> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
7 lines
189 B
Makefile
7 lines
189 B
Makefile
#
|
|
# Makefile for sensors seen through the ChromeOS EC sensor hub.
|
|
#
|
|
|
|
obj-$(CONFIG_IIO_CROS_EC_SENSORS_CORE) += cros_ec_sensors_core.o
|
|
obj-$(CONFIG_IIO_CROS_EC_SENSORS) += cros_ec_sensors.o
|