]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - sound/pci/hda/Makefile
148140bb86bd378a02345bf4613818dea9b7ecb8
[linux-2.6-omap-h63xx.git] / sound / pci / hda / Makefile
1 snd-hda-intel-objs := hda_intel.o
2 snd-hda-codec-objs := hda_codec.o \
3         hda_generic.o \
4         patch_realtek.o \
5         patch_cmedia.o \
6         patch_analog.o \
7         patch_sigmatel.o \
8         patch_si3054.o \
9         patch_atihdmi.o \
10         patch_conexant.o
11 ifdef CONFIG_PROC_FS
12 snd-hda-codec-objs += hda_proc.o
13 endif
14
15 obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o