diff options
Diffstat (limited to 'sound/core/Makefile')
-rw-r--r-- | sound/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/Makefile b/sound/core/Makefile index 73871b63a092..3354f91e003a 100644 --- a/sound/core/Makefile +++ b/sound/core/Makefile @@ -4,7 +4,7 @@ # snd-y := sound.o init.o memory.o control.o misc.o device.o -ifneq ($(CONFIG_PROC_FS),) +ifneq ($(CONFIG_SND_PROC_FS),) snd-y += info.o snd-$(CONFIG_SND_OSSEMUL) += info_oss.o endif |