mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 02:36:43 +07:00
11 lines
319 B
Makefile
11 lines
319 B
Makefile
|
#
|
||
|
# 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
|