Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.1 24 lines 521 B view raw
1# 2# Makefile for the industrial I/O core. 3# 4 5obj-$(CONFIG_IIO) += industrialio.o 6industrialio-y := industrialio-core.o 7industrialio-$(CONFIG_IIO_RING_BUFFER) += industrialio-ring.o 8industrialio-$(CONFIG_IIO_TRIGGER) += industrialio-trigger.o 9 10obj-$(CONFIG_IIO_SW_RING) += ring_sw.o 11obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o 12 13obj-y += accel/ 14obj-y += adc/ 15obj-y += addac/ 16obj-y += dac/ 17obj-y += dds/ 18obj-y += gyro/ 19obj-y += imu/ 20obj-y += light/ 21obj-y += magnetometer/ 22obj-y += meter/ 23obj-y += resolver/ 24obj-y += trigger/