2005-11-17 04:12:23 -05:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
|
2006-04-28 08:34:49 -04:00
|
|
|
ifdef CONFIG_PM
|
|
|
|
snd-cs5535audio-objs += cs5535audio_pm.o
|
|
|
|
endif
|
|
|
|
|
2005-11-17 04:12:23 -05:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|