162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for ALSA
462306a36Sopenharmony_ci# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
562306a36Sopenharmony_ci#
662306a36Sopenharmony_ci
762306a36Sopenharmony_cisnd-seq-objs := seq.o seq_lock.o seq_clientmgr.o seq_memory.o seq_queue.o \
862306a36Sopenharmony_ci                seq_fifo.o seq_prioq.o seq_timer.o \
962306a36Sopenharmony_ci                seq_system.o seq_ports.o
1062306a36Sopenharmony_cisnd-seq-$(CONFIG_SND_PROC_FS) += seq_info.o
1162306a36Sopenharmony_cisnd-seq-$(CONFIG_SND_SEQ_UMP) += seq_ump_convert.o
1262306a36Sopenharmony_cisnd-seq-midi-objs := seq_midi.o
1362306a36Sopenharmony_cisnd-seq-midi-emul-objs := seq_midi_emul.o
1462306a36Sopenharmony_cisnd-seq-midi-event-objs := seq_midi_event.o
1562306a36Sopenharmony_cisnd-seq-dummy-objs := seq_dummy.o
1662306a36Sopenharmony_cisnd-seq-virmidi-objs := seq_virmidi.o
1762306a36Sopenharmony_cisnd-seq-ump-client-objs := seq_ump_client.o
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQUENCER) += snd-seq.o
2062306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQUENCER_OSS) += oss/
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_DUMMY) += snd-seq-dummy.o
2362306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_MIDI) += snd-seq-midi.o
2462306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_UMP_CLIENT) += snd-seq-ump-client.o
2562306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_MIDI_EMUL) += snd-seq-midi-emul.o
2662306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_MIDI_EVENT) += snd-seq-midi-event.o
2762306a36Sopenharmony_ciobj-$(CONFIG_SND_SEQ_VIRMIDI) += snd-seq-virmidi.o
28