xref: /kernel/linux/linux-6.6/sound/pci/emu10k1/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/pci/emu10k1/
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-emu10k1-objs := emu10k1.o emu10k1_main.o \
862306a36Sopenharmony_ci		    irq.o memory.o voice.o emumpu401.o emupcm.o io.o \
962306a36Sopenharmony_ci		    emumixer.o emufx.o timer.o p16v.o
1062306a36Sopenharmony_cisnd-emu10k1-$(CONFIG_SND_PROC_FS) += emuproc.o
1162306a36Sopenharmony_cisnd-emu10k1-synth-objs := emu10k1_synth.o emu10k1_callback.o emu10k1_patch.o
1262306a36Sopenharmony_cisnd-emu10k1x-objs := emu10k1x.o
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci# Toplevel Module Dependency
1562306a36Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o
1662306a36Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1_SEQ) += snd-emu10k1-synth.o
1762306a36Sopenharmony_ciobj-$(CONFIG_SND_EMU10K1X) += snd-emu10k1x.o
18

Indexes created Thu Nov 07 10:32:03 CST 2024