# Makefile for the Linux sound card driver # obj-$([31mCONFIG_SOUND[0m) += soundcore.o obj-$([31mCONFIG_SOUND_PRIME[0m) += oss/ obj-$([31mCONFIG_DMASOUND[0m) += oss/ obj-$([31mCONFIG_SND[0m) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/ 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 ifeq ($([31mCONFIG_SND[0m),y) obj-y += last.o endif soundcore-objs := sound_core.o |