aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/trigger/Makefile
blob: fe06eb564367ee0360d378133d22e8c13477e464 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for triggers not associated with iio-devices
#

# When adding new entries keep the list in alphabetical order

obj-$(CONFIG_IIO_HRTIMER_TRIGGER) += iio-trig-hrtimer.o
obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o