diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-06-26 07:11:09 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-06-28 13:30:48 -0400 |
commit | 30833195ec8d2b8bcc17fb06659e91506edf5b63 (patch) | |
tree | 0191a0e7297f209bed27b59a4622c9c73d0cfcce /sound/Makefile | |
parent | 02856b5684677b74095069c3be4774c2992e4fdc (diff) |
[ALSA] fix build failure due to snd-aoa
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@suse.de>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/Makefile')
-rw-r--r-- | sound/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/Makefile b/sound/Makefile index a682ea30f0c9..1f60797afa8a 100644 --- a/sound/Makefile +++ b/sound/Makefile | |||
@@ -4,7 +4,8 @@ | |||
4 | obj-$(CONFIG_SOUND) += soundcore.o | 4 | obj-$(CONFIG_SOUND) += soundcore.o |
5 | obj-$(CONFIG_SOUND_PRIME) += oss/ | 5 | obj-$(CONFIG_SOUND_PRIME) += oss/ |
6 | obj-$(CONFIG_DMASOUND) += oss/ | 6 | obj-$(CONFIG_DMASOUND) += oss/ |
7 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ aoa/ | 7 | obj-$(CONFIG_SND) += core/ i2c/ drivers/ isa/ pci/ ppc/ arm/ synth/ usb/ sparc/ parisc/ pcmcia/ mips/ |
8 | obj-$(CONFIG_SND_AOA) += aoa/ | ||
8 | 9 | ||
9 | ifeq ($(CONFIG_SND),y) | 10 | ifeq ($(CONFIG_SND),y) |
10 | obj-y += last.o | 11 | obj-y += last.o |