PageRenderTime 25ms CodeModel.GetById 20ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/staging/iio/Makefile

https://bitbucket.org/wisechild/galaxy-nexus
Makefile | 24 lines | 18 code | 3 blank | 3 comment | 0 complexity | fa58a43c83e681537f93657bebeb8346 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 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/