aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/Makefile')
-rw-r--r--sound/pci/hda/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/Makefile b/sound/pci/hda/Makefile
index 148140bb86bd..60d7b05a204a 100644
--- a/sound/pci/hda/Makefile
+++ b/sound/pci/hda/Makefile
@@ -7,7 +7,8 @@ snd-hda-codec-objs := hda_codec.o \
7 patch_sigmatel.o \ 7 patch_sigmatel.o \
8 patch_si3054.o \ 8 patch_si3054.o \
9 patch_atihdmi.o \ 9 patch_atihdmi.o \
10 patch_conexant.o 10 patch_conexant.o \
11 patch_via.o
11ifdef CONFIG_PROC_FS 12ifdef CONFIG_PROC_FS
12snd-hda-codec-objs += hda_proc.o 13snd-hda-codec-objs += hda_proc.o
13endif 14endif