blob: d70902f2979d9c2e55b94d24e550ad5f9fe3ac55 (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for IIO linear and angular position sensors
#
# When adding new entries keep the list in alphabetical order
obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
obj-$(CONFIG_IQS624_POS) += iqs624-pos.o
|