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-y := opl4_lib.o opl4_mixer.o 8 snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_proc.o 9 snd-opl4-synth-y := 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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.