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