Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.217.10.152
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
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-aws-5.4-headers-5.4.0-1101 /
sound /
[ HOME SHELL ]
Name
Size
Permission
Action
ac97
[ DIR ]
drwxr-xr-x
aoa
[ DIR ]
drwxr-xr-x
arm
[ DIR ]
drwxr-xr-x
atmel
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
drivers
[ DIR ]
drwxr-xr-x
firewire
[ DIR ]
drwxr-xr-x
hda
[ DIR ]
drwxr-xr-x
i2c
[ DIR ]
drwxr-xr-x
isa
[ DIR ]
drwxr-xr-x
mips
[ DIR ]
drwxr-xr-x
oss
[ DIR ]
drwxr-xr-x
parisc
[ DIR ]
drwxr-xr-x
pci
[ DIR ]
drwxr-xr-x
pcmcia
[ DIR ]
drwxr-xr-x
ppc
[ DIR ]
drwxr-xr-x
sh
[ DIR ]
drwxr-xr-x
soc
[ DIR ]
drwxr-xr-x
sparc
[ DIR ]
drwxr-xr-x
spi
[ DIR ]
drwxr-xr-x
synth
[ DIR ]
drwxr-xr-x
usb
[ DIR ]
drwxr-xr-x
x86
[ DIR ]
drwxr-xr-x
xen
[ DIR ]
drwxr-xr-x
Kconfig
2.76
KB
-rw-r--r--
Makefile
554
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux sound card driver # obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_DMASOUND) += oss/dmasound/ obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ obj-$(CONFIG_SND_AOA) += aoa/ # This one must be compilable even if sound is configured out obj-$(CONFIG_AC97_BUS) += ac97_bus.o obj-$(CONFIG_AC97_BUS_NEW) += ac97/ ifeq ($(CONFIG_SND),y) obj-y += last.o endif soundcore-objs := sound_core.o
Close