]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - sound/synth/emux/Makefile
ALSA: Fix forgotten dependency fix for tristate OSS sequencer kconfig
[mirror_ubuntu-artful-kernel.git] / sound / synth / emux / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
7 emux_effect.o emux_hwdep.o soundfont.o
8 snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
9 ifneq ($(CONFIG_SND_SEQUENCER_OSS),)
10 snd-emux-synth-y += emux_oss.o
11 endif
12
13 obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o