Input: wm97xx: add new AC97 bus support
[sfrench/cifs-2.6.git] / drivers / iio / dummy / Makefile
1 #
2 # Makefile for the IIO Dummy Driver
3 #
4
5 obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o
6 iio_dummy-y := iio_simple_dummy.o
7 iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o
8 iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o
9
10 obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o