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-emu10k1-objs := emu10k1.o emu10k1_main.o \ 88c2ecf20Sopenharmony_ci irq.o memory.o voice.o emumpu401.o emupcm.o io.o \ 98c2ecf20Sopenharmony_ci emumixer.o emufx.o timer.o p16v.o 108c2ecf20Sopenharmony_cisnd-emu10k1-$(CONFIG_SND_PROC_FS) += emuproc.o 118c2ecf20Sopenharmony_cisnd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o 128c2ecf20Sopenharmony_cisnd-emu10k1x-objs := emu10k1x.o 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci# Toplevel Module Dependency 158c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o 168c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emu10k1-synth.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o 18