![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for ALSA 0004 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 0005 # 0006 0007 snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \ 0008 emux_effect.o emux_hwdep.o soundfont.o 0009 snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o 0010 ifneq ($(CONFIG_SND_SEQUENCER_OSS),) 0011 snd-emux-synth-y += emux_oss.o 0012 endif 0013 0014 obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |