mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 14:20:50 +07:00
c1017a4cdb
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
10 lines
243 B
Makefile
10 lines
243 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-wavefront-objs := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_midi.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_WAVEFRONT) += snd-wavefront.o
|