Merge branch 'autosuspend' into for-next
[sfrench/cifs-2.6.git] / sound / isa / cs423x / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-cs4231-objs := cs4231.o
7 snd-cs4236-objs := cs4236.o cs4236_lib.o
8
9 # Toplevel Module Dependency
10 obj-$(CONFIG_SND_CS4231) += snd-cs4231.o
11 obj-$(CONFIG_SND_CS4236) += snd-cs4236.o
12
13