/
usr
/
src
/
linux-headers-5.4.0-1103-aws
/
drivers
/
iio
/
dummy
/
Upload File
HOME
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the IIO Dummy Driver # obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o iio_dummy-y := iio_simple_dummy.o iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o