]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - sound/i2c/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6.git] / sound / i2c / Makefile
1 #
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
4 #
5
6 snd-i2c-objs := i2c.o
7 snd-cs8427-objs := cs8427.o
8 snd-tea6330t-objs := tea6330t.o
9
10 obj-$(CONFIG_L3) += l3/
11
12 obj-$(CONFIG_SND) += other/
13
14 # Toplevel Module Dependency
15 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
16 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
17 obj-$(CONFIG_SND_ICE1724) += snd-i2c.o