aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/Makefile
blob: dbacba6177db8efef14012d2b265ee96baa709d4 (plain) (blame)
1
2
3
4
5
6
7
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
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