mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
23ce154763
The ak4531 module is used only by ens1370 driver (and unlikely that any other will use it ever). Let's make it local to ens1370. Signed-off-by: Takashi Iwai <tiwai@suse.de>
10 lines
253 B
Makefile
10 lines
253 B
Makefile
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
|
|
snd-ac97-codec-$(CONFIG_PROC_FS) += ac97_proc.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
|