mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 12:44:01 +00:00
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
|