# SPDX-License-Identifier: GPL-2.0 # Makefile for the Linux sound card driver # obj-$([31mCONFIG_SOUND[0m) += soundcore.o obj-$([31mCONFIG_DMASOUND[0m) += oss/dmasound/ obj-$([31mCONFIG_SND[0m) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ x86/ xen/ obj-$([31mCONFIG_SND_AOA[0m) += aoa/ # This one must be compilable even if sound is configured out obj-$([31mCONFIG_AC97_BUS[0m) += ac97_bus.o obj-$([31mCONFIG_AC97_BUS_NEW[0m) += ac97/ ifeq ($([31mCONFIG_SND[0m),y) obj-y += last.o endif soundcore-objs := sound_core.o |