[ALSA] Fix Makefile of cs5535audio
authorTakashi Iwai <tiwai@suse.de>
Thu, 27 Jul 2006 13:50:14 +0000 (15:50 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:39:11 +0000 (10:39 +0200)
Use ifeq instead of ifdef in Makefile to make the maintenance of
out-of-kernel tree easier.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/pci/cs5535audio/Makefile

index 2911a8adc1f2380180033e86139cfc30ae40974a..ad947b4c04cce0bf806027c87615f51172c18a92 100644 (file)
@@ -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