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.75
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 /
media /
[ HOME SHELL ]
Name
Size
Permission
Action
cec
[ DIR ]
drwxr-xr-x
common
[ DIR ]
drwxr-xr-x
dvb-core
[ DIR ]
drwxr-xr-x
dvb-frontends
[ DIR ]
drwxr-xr-x
firewire
[ DIR ]
drwxr-xr-x
i2c
[ DIR ]
drwxr-xr-x
mc
[ DIR ]
drwxr-xr-x
mmc
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
platform
[ DIR ]
drwxr-xr-x
radio
[ DIR ]
drwxr-xr-x
rc
[ DIR ]
drwxr-xr-x
spi
[ DIR ]
drwxr-xr-x
test-drivers
[ DIR ]
drwxr-xr-x
tuners
[ DIR ]
drwxr-xr-x
usb
[ DIR ]
drwxr-xr-x
v4l2-core
[ DIR ]
drwxr-xr-x
Kconfig
7.03
KB
-rw-r--r--
Makefile
754
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the kernel multimedia device drivers. # # # I2C drivers should come before other drivers, otherwise they'll fail # when compiled as builtin drivers # obj-y += i2c/ tuners/ obj-$(CONFIG_DVB_CORE) += dvb-frontends/ # # Now, let's link-in the media controller core # ifeq ($(CONFIG_MEDIA_CONTROLLER),y) obj-$(CONFIG_MEDIA_SUPPORT) += mc/ endif obj-$(CONFIG_VIDEO_DEV) += v4l2-core/ obj-$(CONFIG_DVB_CORE) += dvb-core/ # There are both core and drivers at RC subtree - merge before drivers obj-y += rc/ obj-$(CONFIG_CEC_CORE) += cec/ # # Finally, merge the drivers that require the core # obj-y += common/ platform/ pci/ usb/ mmc/ firewire/ spi/ test-drivers/ obj-$(CONFIG_VIDEO_DEV) += radio/
Close