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 | : 108.162.242.82
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 /
soc /
[ HOME SHELL ]
Name
Size
Permission
Action
actions
[ DIR ]
drwxr-xr-x
amlogic
[ DIR ]
drwxr-xr-x
aspeed
[ DIR ]
drwxr-xr-x
atmel
[ DIR ]
drwxr-xr-x
bcm
[ DIR ]
drwxr-xr-x
canaan
[ DIR ]
drwxr-xr-x
dove
[ DIR ]
drwxr-xr-x
fsl
[ DIR ]
drwxr-xr-x
gemini
[ DIR ]
drwxr-xr-x
imx
[ DIR ]
drwxr-xr-x
ixp4xx
[ DIR ]
drwxr-xr-x
lantiq
[ DIR ]
drwxr-xr-x
litex
[ DIR ]
drwxr-xr-x
mediatek
[ DIR ]
drwxr-xr-x
qcom
[ DIR ]
drwxr-xr-x
renesas
[ DIR ]
drwxr-xr-x
rockchip
[ DIR ]
drwxr-xr-x
samsung
[ DIR ]
drwxr-xr-x
sifive
[ DIR ]
drwxr-xr-x
sunxi
[ DIR ]
drwxr-xr-x
tegra
[ DIR ]
drwxr-xr-x
ti
[ DIR ]
drwxr-xr-x
ux500
[ DIR ]
drwxr-xr-x
versatile
[ DIR ]
drwxr-xr-x
xilinx
[ DIR ]
drwxr-xr-x
Kconfig
878
B
-rw-r--r--
Makefile
852
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux Kernel SOC specific device drivers. # obj-$(CONFIG_ARCH_ACTIONS) += actions/ obj-y += aspeed/ obj-$(CONFIG_ARCH_AT91) += atmel/ obj-y += bcm/ obj-$(CONFIG_SOC_CANAAN) += canaan/ obj-$(CONFIG_ARCH_DOVE) += dove/ obj-$(CONFIG_MACH_DOVE) += dove/ obj-y += fsl/ obj-$(CONFIG_ARCH_GEMINI) += gemini/ obj-y += imx/ obj-y += ixp4xx/ obj-$(CONFIG_SOC_XWAY) += lantiq/ obj-$(CONFIG_LITEX_SOC_CONTROLLER) += litex/ obj-y += mediatek/ obj-y += amlogic/ obj-y += qcom/ obj-y += renesas/ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/ obj-$(CONFIG_SOC_SAMSUNG) += samsung/ obj-$(CONFIG_SOC_SIFIVE) += sifive/ obj-y += sunxi/ obj-$(CONFIG_ARCH_TEGRA) += tegra/ obj-y += ti/ obj-$(CONFIG_ARCH_U8500) += ux500/ obj-$(CONFIG_PLAT_VERSATILE) += versatile/ obj-y += xilinx/
Close