2005-11-17 10:12:23 +01:00
|
|
|
#
|
|
|
|
# Makefile for cs5535audio
|
|
|
|
#
|
|
|
|
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
|
2006-07-27 15:50:14 +02:00
|
|
|
ifeq ($(CONFIG_PM),y)
|
2006-04-28 14:34:49 +02:00
|
|
|
snd-cs5535audio-objs += cs5535audio_pm.o
|
|
|
|
endif
|
|
|
|
|
2005-11-17 10:12:23 +01:00
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|