Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
[deliverable/linux.git] / drivers / iio / dummy / Makefile
CommitLineData
415f7924
CO
1#
2# Makefile for the IIO Dummy Driver
3#
4
5obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o
6iio_dummy-y := iio_simple_dummy.o
7iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o
8iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o
9
10obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o
This page took 0.067687 seconds and 5 git commands to generate.