]> err.no Git - linux-2.6/blob - sound/pci/hda/Makefile
[ALSA] Add Conexant audio support to the HD Audio driver
[linux-2.6] / 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