1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for ALSA 2 # Makefile for ALSA 4 # Copyright (c) 2001 by Jaroslav Kysela <perex@ !! 3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> 5 # 4 # 6 5 7 snd-opl4-lib-y := opl4_lib.o opl4_mixer.o !! 6 snd-opl4-lib-objs := opl4_lib.o opl4_mixer.o opl4_proc.o 8 snd-opl4-lib-$(CONFIG_SND_PROC_FS) += opl4_pro !! 7 snd-opl4-synth-objs := opl4_seq.o opl4_synth.o yrw801.o 9 snd-opl4-synth-y := opl4_seq.o opl4_synth.o yr << 10 8 11 obj-$(CONFIG_SND_OPL4_LIB) += snd-opl4-lib.o !! 9 OPL4_OBJS := snd-opl4-lib.o 12 obj-$(CONFIG_SND_OPL4_LIB_SEQ) += snd-opl4-syn !! 10 ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y) >> 11 OPL4_OBJS += snd-opl4-synth.o >> 12 endif >> 13 >> 14 obj-$(CONFIG_SND_OPTI92X_AD1848) += $(OPL4_OBJS) >> 15 obj-$(CONFIG_SND_OPTI92X_CS4231) += $(OPL4_OBJS)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.