# 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/ 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
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
ac97 | Folder | 0755 |
|
|
aoa | Folder | 0755 |
|
|
arm | Folder | 0755 |
|
|
atmel | Folder | 0755 |
|
|
core | Folder | 0755 |
|
|
drivers | Folder | 0755 |
|
|
firewire | Folder | 0755 |
|
|
hda | Folder | 0755 |
|
|
i2c | Folder | 0755 |
|
|
isa | Folder | 0755 |
|
|
mips | Folder | 0755 |
|
|
oss | Folder | 0755 |
|
|
parisc | Folder | 0755 |
|
|
pci | Folder | 0755 |
|
|
pcmcia | Folder | 0755 |
|
|
ppc | Folder | 0755 |
|
|
sh | Folder | 0755 |
|
|
soc | Folder | 0755 |
|
|
sparc | Folder | 0755 |
|
|
spi | Folder | 0755 |
|
|
synth | Folder | 0755 |
|
|
usb | Folder | 0755 |
|
|
x86 | Folder | 0755 |
|
|
Kconfig | File | 2.7 KB | 0644 |
|
Makefile | File | 549 B | 0644 |
|