xref: /linux/drivers/iio/common/cros_ec_sensors/Makefile (revision c32e64e852f3f5c0fd709f84bc94736840088375)
1#
2# Makefile for sensors seen through the ChromeOS EC sensor hub.
3#
4
5obj-$(CONFIG_IIO_CROS_EC_SENSORS_CORE) += cros_ec_sensors_core.o
6obj-$(CONFIG_IIO_CROS_EC_SENSORS) += cros_ec_sensors.o
7