License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / sound / drivers / opl4 / Makefile
blob6e86a4092b4c1bf8fc61f1017b2bce3aaf60e4d5
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for ALSA
4 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
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
11 obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o
12 obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o