| .. | |||||
| accel | |||||
| adc | |||||
| amplifiers | |||||
| buffer | |||||
| common | |||||
| dac | |||||
| frequency | |||||
| gyro | |||||
| imu | |||||
| light | |||||
| magnetometer | |||||
| orientation | |||||
| pressure | |||||
| trigger | |||||
| Kconfig | |||||
| Makefile |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/source/drivers/iio/ |
Upload File : |
# # 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 obj-$(CONFIG_IIO_CONFIGFS) += industrialio-configfs.o obj-$(CONFIG_IIO_SW_DEVICE) += industrialio-sw-device.o obj-$(CONFIG_IIO_SW_TRIGGER) += industrialio-sw-trigger.o obj-$(CONFIG_IIO_TRIGGERED_EVENT) += industrialio-triggered-event.o obj-y += accel/ obj-y += adc/ obj-y += amplifiers/ obj-y += buffer/ obj-y += common/ obj-y += dac/ obj-y += gyro/ obj-y += frequency/ obj-y += imu/ obj-y += light/ obj-y += magnetometer/ obj-y += orientation/ obj-y += trigger/ obj-y += pressure/
| .. | |||||
| accel | |||||
| adc | |||||
| amplifiers | |||||
| buffer | |||||
| common | |||||
| dac | |||||
| frequency | |||||
| gyro | |||||
| imu | |||||
| light | |||||
| magnetometer | |||||
| orientation | |||||
| pressure | |||||
| trigger | |||||
| Kconfig | |||||
| Makefile |