Commit 00fe4dbe authored by Kai Germaschewski's avatar Kai Germaschewski

ALSA: Fix link error

If snd-pcm.o is selected built-in, snd-timer.o needs to be get built-in
as well, since snd-pcm.o needs snd-timer.o's symbols.
parent 92281c5d
......@@ -36,7 +36,7 @@ ifeq ($(filter $(subdir-y),oss),oss)
obj-y += oss/_oss.o
endif
obj-$(CONFIG_SND_PCM_OSS) += snd-pcm.o
obj-$(CONFIG_SND_PCM_OSS) += snd-pcm.o snd-timer.o
subdir-$(CONFIG_SND_SEQUENCER) += seq
ifeq ($(CONFIG_SND_SEQUENCER),y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment