2005-11-17 10:12:23 +01:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
2007-07-26 19:10:47 +02:00
|
|
|
snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o
|
2008-11-06 22:53:26 +01:00
|
|
|
snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
|
2008-11-06 22:43:34 +01:00
|
|
|
|
2005-11-17 10:12:23 +01:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|