diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-13 07:50:09 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-13 07:50:09 +0200 |
commit | 7f8a01b77b5be996d0665d5eb7be8645f3ecb217 (patch) | |
tree | 7531d8fda27731ca188bcaa32c822b0f682cfb75 /sound/synth/emux/Makefile | |
parent | f5abd532227affc2129586f74d28d28c316ae1e3 (diff) | |
parent | 111b0cdb97d44cfe5dec1338a78ba8aff65c32e2 (diff) | |
download | lwn-7f8a01b77b5be996d0665d5eb7be8645f3ecb217.tar.gz lwn-7f8a01b77b5be996d0665d5eb7be8645f3ecb217.zip |
Merge branch 'topic/seq-kconfig' into for-next
Diffstat (limited to 'sound/synth/emux/Makefile')
-rw-r--r-- | sound/synth/emux/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/synth/emux/Makefile b/sound/synth/emux/Makefile index fb761c2c2b50..4599108452fd 100644 --- a/sound/synth/emux/Makefile +++ b/sound/synth/emux/Makefile @@ -8,6 +8,4 @@ snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \ snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o snd-emux-synth-$(CONFIG_SND_SEQUENCER_OSS) += emux_oss.o -# Toplevel Module Dependencies -obj-$(CONFIG_SND_SBAWE_SEQ) += snd-emux-synth.o -obj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emux-synth.o +obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o |