18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for ALSA 48c2ecf20Sopenharmony_ci# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 58c2ecf20Sopenharmony_ci# 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_cisnd-opl3-lib-objs := opl3_lib.o opl3_synth.o 88c2ecf20Sopenharmony_cisnd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o 98c2ecf20Sopenharmony_ciifneq ($(CONFIG_SND_SEQUENCER_OSS),) 108c2ecf20Sopenharmony_cisnd-opl3-synth-y += opl3_oss.o 118c2ecf20Sopenharmony_ciendif 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o 148c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o 158c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o 16