2005-11-17 12:12:23 +03:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
2007-07-26 21:10:47 +04:00
|
|
|
snd-cs5535audio-y := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
snd-cs5535audio-$(CONFIG_PM) += cs5535audio_pm.o
|
2006-04-28 16:34:49 +04:00
|
|
|
|
2008-11-07 00:43:34 +03:00
|
|
|
ifdef CONFIG_OLPC
|
|
|
|
snd-cs5535audio-objs += cs5535audio_olpc.o
|
|
|
|
endif
|
|
|
|
|
2005-11-17 12:12:23 +03:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|