2013-04-14 15:54:00 +04:00
|
|
|
#
|
|
|
|
# Makefile for triggers not associated with iio-devices
|
|
|
|
#
|
|
|
|
|
2013-07-15 11:45:00 +04:00
|
|
|
# When adding new entries keep the list in alphabetical order
|
2013-06-02 23:00:00 +04:00
|
|
|
obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o
|
2013-04-14 15:54:00 +04:00
|
|
|
obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o
|