Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Makefile for the Linux sound card driver
0003 #
0004 
0005 obj-$(CONFIG_SOUND) += soundcore.o
0006 obj-$(CONFIG_DMASOUND) += oss/dmasound/
0007 obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \
0008         firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ \
0009         virtio/
0010 obj-$(CONFIG_SND_AOA) += aoa/
0011 
0012 # This one must be compilable even if sound is configured out
0013 obj-$(CONFIG_AC97_BUS) += ac97_bus.o
0014 obj-$(CONFIG_AC97_BUS_NEW) += ac97/
0015 
0016 ifeq ($(CONFIG_SND),y)
0017   obj-y += last.o
0018 endif
0019 
0020 soundcore-objs  := sound_core.o