allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / sound / pci / ac97 / Makefile
blobf5d471896b95951bb21b7f5a87929fc54bfc4b42
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
6 snd-ac97-codec-objs := ac97_codec.o ac97_pcm.o
8 ifneq ($(CONFIG_PROC_FS),)
9 snd-ac97-codec-objs += ac97_proc.o
10 endif
12 snd-ak4531-codec-objs := ak4531_codec.o
14 # Toplevel Module Dependency
15 obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
16 obj-$(CONFIG_SND_ENS1370) += snd-ak4531-codec.o
18 obj-m := $(sort $(obj-m))