Skip to content

Commit 9265d19

Browse files
tiwaiJaroslav Kysela
authored and
Jaroslav Kysela
committed
[ALSA] Fix Makefile of cs5535audio
Use ifeq instead of ifdef in Makefile to make the maintenance of out-of-kernel tree easier. Signed-off-by: Takashi Iwai <[email protected]> Signed-off-by: Jaroslav Kysela <[email protected]>
1 parent bc6c531 commit 9265d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/cs5535audio/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
66

7-
ifdef CONFIG_PM
7+
ifeq ($(CONFIG_PM),y)
88
snd-cs5535audio-objs += cs5535audio_pm.o
99
endif
1010

0 commit comments

Comments
 (0)