Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Makefile (b7df4cc3a088a8ce6973c96731bc792dbf54ce28) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for ALSA 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 5# 6 | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for ALSA 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 5# 6 |
7snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \ | 7snd-emux-synth-y := emux.o emux_synth.o emux_seq.o emux_nrpn.o \ |
8 emux_effect.o emux_hwdep.o soundfont.o 9snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o 10ifneq ($(CONFIG_SND_SEQUENCER_OSS),) 11snd-emux-synth-y += emux_oss.o 12endif 13 14obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o | 8 emux_effect.o emux_hwdep.o soundfont.o 9snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o 10ifneq ($(CONFIG_SND_SEQUENCER_OSS),) 11snd-emux-synth-y += emux_oss.o 12endif 13 14obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o |