From a3baf35c10c9aaa365e9d271ba212fd94401311b Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 27 Jul 2006 15:50:14 +0200 Subject: [PATCH] --- yaml --- r: 34851 b: refs/heads/master c: 9265d199616630c2eb993ffe40c9daef3d6873b3 h: refs/heads/master i: 34849: 199c8a142fe9f2ab1bb09570ee9475bb3375e512 34847: aadc2e4085e915c93dc2134985fc4ffc682472c8 v: v3 --- [refs] | 2 +- trunk/sound/pci/cs5535audio/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 23064bda3420..9968a8876eff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bc6c531eb53de8a0ba355f76ce2bd28f58e46707 +refs/heads/master: 9265d199616630c2eb993ffe40c9daef3d6873b3 diff --git a/trunk/sound/pci/cs5535audio/Makefile b/trunk/sound/pci/cs5535audio/Makefile index 2911a8adc1f2..ad947b4c04cc 100644 --- a/trunk/sound/pci/cs5535audio/Makefile +++ b/trunk/sound/pci/cs5535audio/Makefile @@ -4,7 +4,7 @@ snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o -ifdef CONFIG_PM +ifeq ($(CONFIG_PM),y) snd-cs5535audio-objs += cs5535audio_pm.o endif