]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/pci/hda/Makefile
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[linux-2.6-omap-h63xx.git] / sound / pci / hda / Makefile
1 snd-hda-intel-objs := hda_intel.o
2 # since snd-hda-intel is the only driver using hda-codec,
3 # merge it into a single module although it was originally
4 # designed to be individual modules
5 snd-hda-intel-objs += hda_codec.o \
6         hda_generic.o \
7         patch_realtek.o \
8         patch_cmedia.o \
9         patch_analog.o \
10         patch_sigmatel.o \
11         patch_si3054.o \
12         patch_atihdmi.o \
13         patch_conexant.o \
14         patch_via.o
15 ifdef CONFIG_PROC_FS
16 snd-hda-intel-objs += hda_proc.o
17 endif
18
19 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o