blob: f3d11acb8a0baab52cd708b796ae93b2423a855c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Jonathan Camerone64e7d52013-04-14 12:54:00 +01002#
3# Makefile for triggers not associated with iio-devices
4#
5
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01006# When adding new entries keep the list in alphabetical order
Daniel Balutaac5006a2015-11-09 09:14:01 +02007
8obj-$(CONFIG_IIO_HRTIMER_TRIGGER) += iio-trig-hrtimer.o
Jonathan Cameronc7a8be02013-06-02 20:00:00 +01009obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
Fabrice Gasnierb01ced22017-08-28 12:04:11 +020010obj-$(CONFIG_IIO_STM32_LPTIMER_TRIGGER) += stm32-lptimer-trigger.o
Benjamin Gaignard93fbe912017-01-20 10:15:07 +010011obj-$(CONFIG_IIO_STM32_TIMER_TRIGGER) += stm32-timer-trigger.o
Jonathan Camerone64e7d52013-04-14 12:54:00 +010012obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o
Jonathan Cameronbc2e1122016-03-06 20:02:56 +000013obj-$(CONFIG_IIO_TIGHTLOOP_TRIGGER) += iio-trig-loop.o