Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Cristina Opriceana | 415f792 | 2015-10-09 16:31:28 +0300 | [diff] [blame] | 2 | # |
3 | # Makefile for the IIO Dummy Driver | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o | ||||
7 | iio_dummy-y := iio_simple_dummy.o | ||||
8 | iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o | ||||
9 | iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o | ||||
10 | |||||
11 | obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o |