]> git.karo-electronics.de Git - mv-sheeva.git/blob - sound/isa/cs423x/Makefile
Merge commit 'v2.6.36' into kbuild/misc
[mv-sheeva.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