aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/Makefile
blob: 60d7b05a204a28a26c8cf2dab727454e9b276533 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 \
	patch_via.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