]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/iio/trigger/Makefile
iio: adc: mcp320x: Fix oops on module unload
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / trigger / Makefile
CommitLineData
e64e7d5c
JC
1#
2# Makefile for triggers not associated with iio-devices
3#
4
3edc84e6 5# When adding new entries keep the list in alphabetical order
ac5006a2
DB
6
7obj-$(CONFIG_IIO_HRTIMER_TRIGGER) += iio-trig-hrtimer.o
c7a8be08 8obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
93fbe91b 9obj-$(CONFIG_IIO_STM32_TIMER_TRIGGER) += stm32-timer-trigger.o
e64e7d5c 10obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o
bc2e1126 11obj-$(CONFIG_IIO_TIGHTLOOP_TRIGGER) += iio-trig-loop.o