1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for ALSA 4 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> 5 # 6 7 snd-emu10k1-y := emu10k1.o emu10k1_main.o \ 8 irq.o memory.o voice.o emumpu401.o emupcm.o io.o \ 9 emumixer.o emufx.o timer.o p16v.o 10 snd-emu10k1-$(CONFIG_SND_PROC_FS) += emuproc.o 11 snd-emu10k1-synth-y := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o 12 snd-emu10k1x-y := emu10k1x.o 13 14 # Toplevel Module Dependency 15 obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o 16 obj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emu10k1-synth.o 17 obj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.