License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / sound / drivers / opl4 / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for ALSA
4 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
5 #
6
7 snd-opl4-lib-objs := opl4_lib.o opl4_mixer.o
8 snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_proc.o
9 snd-opl4-synth-objs := opl4_seq.o opl4_synth.o yrw801.o
10
11 obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o
12 obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o