mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ec04cb048d
Now that the adis library no longer depends on the sw_ring buffer implementation we can move it out of staging. While we are at it also sort the entries in the iio Kconfig and Makefile to be in alphabetical order. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
23 lines
606 B
Makefile
23 lines
606 B
Makefile
#
|
|
# Makefile for the industrial I/O core.
|
|
#
|
|
|
|
obj-$(CONFIG_IIO) += industrialio.o
|
|
industrialio-y := industrialio-core.o industrialio-event.o inkern.o
|
|
industrialio-$(CONFIG_IIO_BUFFER) += industrialio-buffer.o
|
|
industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o
|
|
industrialio-$(CONFIG_IIO_BUFFER_CB) += buffer_cb.o
|
|
|
|
obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
|
|
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
|
|
|
|
obj-y += accel/
|
|
obj-y += adc/
|
|
obj-y += amplifiers/
|
|
obj-y += common/
|
|
obj-y += dac/
|
|
obj-y += gyro/
|
|
obj-y += frequency/
|
|
obj-y += imu/
|
|
obj-y += light/
|
|
obj-y += magnetometer/
|