aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/cs5535audio/Makefile
blob: ad947b4c04cce0bf806027c87615f51172c18a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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