⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.80
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
modules
/
5.15.0-1019-aws
/
build
/
drivers
/
iio
/
View File Name :
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/