X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2FMakefile;h=3ead922bd9c6f50b39e650c3e4172fe31798bf80;hb=b8a94b3dece0cdfdb42460bab28c454f71d3fa1d;hp=5f6bef57e825023dea13901a119d38bcd1a88c95;hpb=7ff3e52cf2947ebd38c84159af68e5a29d228f6c;p=karo-tx-linux.git diff --git a/sound/Makefile b/sound/Makefile index 5f6bef57e825..3ead922bd9c6 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -5,9 +5,12 @@ 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/ parisc/ pcmcia/ mips/ soc/ 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