2005-11-17 17:12:23 +08:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
2007-07-27 01:10:47 +08:00
|
|
|
snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
|
2012-08-15 00:12:04 +08:00
|
|
|
snd-cs5535audio-$(CONFIG_PM_SLEEP) += cs5535audio_pm.o
|
2008-11-07 05:53:26 +08:00
|
|
|
snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
|
2008-11-07 05:43:34 +08:00
|
|
|
|
2005-11-17 17:12:23 +08:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|