alistair23-linux/sound/pci/cs5535audio/Makefile
Takashi Iwai 9265d19961 [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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2006-09-23 10:39:11 +02:00

13 lines
239 B
Makefile

#
# Makefile for cs5535audio
#
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
ifeq ($(CONFIG_PM),y)
snd-cs5535audio-objs += cs5535audio_pm.o
endif
# Toplevel Module Dependency
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o