blob: d71ed8935f76603e9a75217d2f34763a3ca03f82 [file] [log] [blame]
Clemens Ladisch31ef9132011-03-15 07:53:21 +01001snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
2 fcp.o cmp.o amdtp.o
3snd-firewire-speakers-objs := speakers.o
Clemens Ladisch3a691b22011-05-11 10:44:51 +02004snd-isight-objs := isight.o
Clemens Ladisch31ef9132011-03-15 07:53:21 +01005
6obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
7obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
Clemens Ladisch3a691b22011-05-11 10:44:51 +02008obj-$(CONFIG_SND_ISIGHT) += snd-isight.o