projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6c531
)
[ALSA] Fix Makefile of cs5535audio
author
Takashi Iwai
<tiwai@suse.de>
Thu, 27 Jul 2006 13:50:14 +0000
(15:50 +0200)
committer
Jaroslav 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
patch
|
blob
|
history
diff --git
a/sound/pci/cs5535audio/Makefile
b/sound/pci/cs5535audio/Makefile
index
2911a8a
..
ad947b4
100644
(file)
--- a/
sound/pci/cs5535audio/Makefile
+++ b/
sound/pci/cs5535audio/Makefile
@@
-4,7
+4,7
@@
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
-if
def CONFIG_PM
+if
eq ($(CONFIG_PM),y)
snd-cs5535audio-objs += cs5535audio_pm.o
endif