Merge tag 'asoc-v3.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / sound / firewire / Makefile
1 snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
2                          fcp.o cmp.o amdtp.o
3 snd-dice-objs := dice.o
4 snd-firewire-speakers-objs := speakers.o
5 snd-isight-objs := isight.o
6 snd-scs1x-objs := scs1x.o
7
8 obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
9 obj-$(CONFIG_SND_DICE) += snd-dice.o
10 obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
11 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
12 obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o