summaryrefslogtreecommitdiff
path: root/sound/pci/cs5535audio/Makefile
blob: 2911a8adc1f2380180033e86139cfc30ae40974a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for cs5535audio
#

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

ifdef CONFIG_PM
snd-cs5535audio-objs += cs5535audio_pm.o
endif

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