X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=sound%2FMakefile;h=ec467decfa7913d19b663fc57ecde40be21093d2;hb=a49c65037146bfb2fe300b8277b10b4479fea5fc;hp=f352bb23596880a7e40c6ca58cdb93bcd9e852f5;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=safe%2Fjmp%2Flinux-2.6 diff --git a/sound/Makefile b/sound/Makefile index f352bb2..ec467de 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -2,12 +2,18 @@ # obj-$(CONFIG_SOUND) += soundcore.o +obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o obj-$(CONFIG_SOUND_PRIME) += oss/ obj-$(CONFIG_DMASOUND) += oss/ -obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ +obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ sh/ synth/ usb/ \ + sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ +obj-$(CONFIG_SND_AOA) += aoa/ + +# This one must be compilable even if sound is configured out +obj-$(CONFIG_AC97_BUS) += ac97_bus.o ifeq ($(CONFIG_SND),y) obj-y += last.o endif -soundcore-objs := sound_core.o sound_firmware.o +soundcore-objs := sound_core.o