2005-11-17 04:12:23 -05:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
2007-07-26 13:10:47 -04:00
|
|
|
snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o
|
2008-12-10 11:23:24 -05:00
|
|
|
ifdef CONFIG_MGEODE_LX
|
2008-11-06 16:53:26 -05:00
|
|
|
snd-cs5535audio-$(CONFIG_OLPC) += cs5535audio_olpc.o
|
2008-12-10 11:23:24 -05:00
|
|
|
endif
|
2008-11-06 16:43:34 -05:00
|
|
|
|
2005-11-17 04:12:23 -05:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|