Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-124 /
drivers /
iio /
Delete
Unzip
Name
Size
Permission
Date
Action
accel
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
adc
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
addac
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
afe
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
amplifiers
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
buffer
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
cdc
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
chemical
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
common
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
dac
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
dummy
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
filter
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
frequency
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
gyro
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
health
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
humidity
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
imu
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
light
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
magnetometer
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
multiplexer
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
orientation
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
position
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
potentiometer
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
potentiostat
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
pressure
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
proximity
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
resolver
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
temperature
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
test
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
trigger
[ DIR ]
drwxr-xr-x
2026-06-04 06:36
Kconfig
3.37
KB
-rw-r--r--
2026-05-26 09:55
Makefile
1.17
KB
-rw-r--r--
2026-05-26 09:55
Save
Rename
# 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_GTS_HELPER) += industrialio-gts-helper.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-$(CONFIG_IIO_BACKEND) += industrialio-backend.o obj-y += accel/ obj-y += adc/ obj-y += addac/ 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 += filter/ 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/