Merge commit 'v2.6.28-rc2' into core/locking
[linux-2.6] / sound / isa / cs423x / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-cs4236-lib-objs := cs4236_lib.o
7 snd-cs4231-objs := cs4231.o
8 snd-cs4232-objs := cs4232.o
9 snd-cs4236-objs := cs4236.o
10
11 # Toplevel Module Dependency
12 obj-$(CONFIG_SND_CS4231) += snd-cs4231.o
13 obj-$(CONFIG_SND_CS4232) += snd-cs4232.o
14 obj-$(CONFIG_SND_CS4236) += snd-cs4236.o snd-cs4236-lib.o
15