summaryrefslogtreecommitdiff
path: root/sound/pci/hda/Makefile
blob: 148140bb86bd378a02345bf4613818dea9b7ecb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
snd-hda-intel-objs := hda_intel.o
snd-hda-codec-objs := hda_codec.o \
	hda_generic.o \
	patch_realtek.o \
	patch_cmedia.o \
	patch_analog.o \
	patch_sigmatel.o \
	patch_si3054.o \
	patch_atihdmi.o \
	patch_conexant.o
ifdef CONFIG_PROC_FS
snd-hda-codec-objs += hda_proc.o
endif

obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o snd-hda-codec.o