]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/synth/emux/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / synth / emux / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2#
3# Makefile for ALSA
c1017a4c 4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
1da177e4
LT
5#
6
7snd-emux-synth-objs := emux.o emux_synth.o emux_seq.o emux_nrpn.o \
52262b4a
TI
8 emux_effect.o emux_hwdep.o soundfont.o
9snd-emux-synth-$(CONFIG_SND_PROC_FS) += emux_proc.o
f03293d8
TI
10ifneq ($(CONFIG_SND_SEQUENCER_OSS),)
11snd-emux-synth-y += emux_oss.o
12endif
1da177e4 13
82721155 14obj-$(CONFIG_SND_SYNTH_EMUX) += snd-emux-synth.o