Re: [PATCH] fix build failure due to snd-aoa

From: Takashi Iwai
Date: Mon Jun 26 2006 - 07:16:08 EST


At Mon, 26 Jun 2006 08:25:34 +0200,
Johannes Berg wrote:
>
> When snd-aoa is not built or built as modules, but CONFIG_SND is yes,
> kernel build fails due to a bug I introduced when adding snd-aoa. This
> patch fixes it.
>
> From: Takashi Iwai <tiwai@xxxxxxx>
> Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx>

Applied to ALSA repo. Thanks.


Takashi

>
> --- a/sound/Makefile Fri Jun 23 15:18:41 2006 +0200
> +++ b/sound/Makefile Fri Jun 23 16:49:15 2006 +0200
> @@ -4,7 +4,8 @@ obj-$(CONFIG_SOUND) += soundcore.o
> obj-$(CONFIG_SOUND) += soundcore.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/ aoa/
> +obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/
> +obj-$(CONFIG_SND_AOA) += aoa/
>
> ifeq ($(CONFIG_SND),y)
> obj-y += last.o
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/