Skip to content

Commit

Permalink
[ALSA] Fix Makefile of cs5535audio
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent bc6c531 commit 9265d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/cs5535audio/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9265d19

Please sign in to comment.