Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.5-rc6 29 lines 651 B view raw
1# 2# Makefile for the industrial I/O core. 3# 4 5obj-$(CONFIG_IIO_SW_RING) += ring_sw.o 6 7obj-$(CONFIG_IIO_SIMPLE_DUMMY) += iio_dummy.o 8iio_dummy-y := iio_simple_dummy.o 9iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_EVENTS) += iio_simple_dummy_events.o 10iio_dummy-$(CONFIG_IIO_SIMPLE_DUMMY_BUFFER) += iio_simple_dummy_buffer.o 11 12obj-$(CONFIG_IIO_DUMMY_EVGEN) += iio_dummy_evgen.o 13 14obj-$(CONFIG_IIO_ST_HWMON) += iio_hwmon.o 15 16obj-y += accel/ 17obj-y += adc/ 18obj-y += addac/ 19obj-y += cdc/ 20obj-y += dac/ 21obj-y += frequency/ 22obj-y += gyro/ 23obj-y += impedance-analyzer/ 24obj-y += imu/ 25obj-y += light/ 26obj-y += magnetometer/ 27obj-y += meter/ 28obj-y += resolver/ 29obj-y += trigger/