RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / sound / i2c / Makefile
blob45902d48c89c78aaee72bb16b6e1b63691617ff3
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
19 obj-$(CONFIG_SND_ICE1724) += snd-i2c.o