Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 1 | snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \ |
| 2 | fcp.o cmp.o amdtp.o |
| 3 | snd-firewire-speakers-objs := speakers.o |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 4 | snd-isight-objs := isight.o |
Clemens Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 5 | snd-scs1x-objs := scs1x.o |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o |
| 8 | obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o |
Clemens Ladisch | 3a691b2 | 2011-05-11 10:44:51 +0200 | [diff] [blame] | 9 | obj-$(CONFIG_SND_ISIGHT) += snd-isight.o |
Clemens Ladisch | 1999c3a | 2012-05-26 11:43:19 +0200 | [diff] [blame] | 10 | obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o |