2011-03-15 09:53:21 +03:00
|
|
|
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
|
|
fcp.o cmp.o amdtp.o
|
2011-09-05 00:04:49 +04:00
|
|
|
snd-dice-objs := dice.o
|
2011-03-15 09:53:21 +03:00
|
|
|
snd-firewire-speakers-objs := speakers.o
|
2011-05-11 12:44:51 +04:00
|
|
|
snd-isight-objs := isight.o
|
2012-05-26 13:43:19 +04:00
|
|
|
snd-scs1x-objs := scs1x.o
|
2011-03-15 09:53:21 +03:00
|
|
|
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
2011-09-05 00:04:49 +04:00
|
|
|
obj-$(CONFIG_SND_DICE) += snd-dice.o
|
2011-03-15 09:53:21 +03:00
|
|
|
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
|
2011-05-11 12:44:51 +04:00
|
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
2012-05-26 13:43:19 +04:00
|
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
2014-04-25 17:45:00 +04:00
|
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
2014-04-25 17:45:14 +04:00
|
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|