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
|