2005-11-17 17:12:23 +08:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
|
2006-07-27 21:50:14 +08:00
|
|
|
ifeq ($(CONFIG_PM),y)
|
2006-04-28 20:34:49 +08:00
|
|
|
snd-cs5535audio-objs += cs5535audio_pm.o
|
|
|
|
endif
|
|
|
|
|
2005-11-17 17:12:23 +08:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|