Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / i2c / Makefile
blob816a2e7c88ca88a62940d67fe288b17c678949e3
2 # Makefile for ALSA
3 # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
6 snd-i2c-objs := i2c.o
7 snd-cs8427-objs := cs8427.o
8 snd-tea6330t-objs := tea6330t.o
10 ifeq ($(subst m,y,$(CONFIG_L3)),y)
11 obj-$(CONFIG_L3) += l3/
12 endif
14 obj-$(CONFIG_SND) += other/
16 # Toplevel Module Dependency
17 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
18 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o