]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - sound/drivers/opl3/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / sound / drivers / opl3 / 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-opl3-lib-objs := opl3_lib.o opl3_synth.o
52a6db82 8snd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o
f03293d8
TI
9ifneq ($(CONFIG_SND_SEQUENCER_OSS),)
10snd-opl3-synth-y += opl3_oss.o
11endif
1da177e4 12
1da177e4
LT
13obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
14obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
0528c749 15obj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o