You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for cs5535audio
|
|
#
|
|
|
|
snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o
|
|
|
|
ifeq ($(CONFIG_PM),y)
|
|
snd-cs5535audio-objs += cs5535audio_pm.o
|
|
endif
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o
|
|
|