]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blame - sound/drivers/opl4/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-disco-kernel.git] / sound / drivers / opl4 / 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
c43a55d5
TI
7snd-opl4-lib-objs := opl4_lib.o opl4_mixer.o
8snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_proc.o
1da177e4
LT
9snd-opl4-synth-objs := opl4_seq.o opl4_synth.o yrw801.o
10
1da177e4 11obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o
0528c749 12obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-synth.o