2020-02-17 07:32:11 +08:00
|
|
|
#
|
|
|
|
# Makefile for IIO linear and angular position sensors
|
|
|
|
#
|
|
|
|
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
2020-12-15 13:44:43 +08:00
|
|
|
obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
|
2020-02-17 07:32:11 +08:00
|
|
|
obj-$(CONFIG_IQS624_POS) += iqs624-pos.o
|