Commit 098f53a4 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] opl4 depends on opl3

OPL3
Compiling OPL4 doesn't include the snd-opl3-lib. This change in the
Makefile enables now the compiling of snd-opl3-lib.o for OPL4 soundcards.
Signed-off-by: default avatarMartin Langer <martin-langer@gmx.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 16e0c7be
......@@ -18,4 +18,5 @@ endif
sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))
obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-opl3-synth.o
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