Makefile 233 字节
Newer Older
1 2 3 4 5 6
#
# Makefile for cs5535audio
#

snd-cs5535audio-objs := cs5535audio.o cs5535audio_pcm.o

J
Jaya Kumar 已提交
7 8 9 10
ifdef CONFIG_PM
snd-cs5535audio-objs += cs5535audio_pm.o
endif

11 12
# Toplevel Module Dependency
obj-$(CONFIG_SND_CS5535AUDIO) += snd-cs5535audio.o