1snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \ 2 fcp.o cmp.o amdtp-stream.o amdtp-am824.o 3snd-isight-objs := isight.o 4snd-scs1x-objs := scs1x.o 5 6obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o 7obj-$(CONFIG_SND_DICE) += dice/ 8obj-$(CONFIG_SND_OXFW) += oxfw/ 9obj-$(CONFIG_SND_ISIGHT) += snd-isight.o 10obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o 11obj-$(CONFIG_SND_FIREWORKS) += fireworks/ 12obj-$(CONFIG_SND_BEBOB) += bebob/ 13obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/ 14obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/ 15