162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for ALSA 462306a36Sopenharmony_ci# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 562306a36Sopenharmony_ci# 662306a36Sopenharmony_ci 762306a36Sopenharmony_cisnd-opl3-lib-objs := opl3_lib.o opl3_synth.o 862306a36Sopenharmony_cisnd-opl3-synth-y := opl3_seq.o opl3_midi.o opl3_drums.o 962306a36Sopenharmony_ciifneq ($(CONFIG_SND_SEQUENCER_OSS),) 1062306a36Sopenharmony_cisnd-opl3-synth-y += opl3_oss.o 1162306a36Sopenharmony_ciendif 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciobj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o 1462306a36Sopenharmony_ciobj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o 1562306a36Sopenharmony_ciobj-$(CONFIG_SND_OPL3_LIB_SEQ) += snd-opl3-synth.o 16