Blame view

sound/firewire/Makefile 317 Bytes
31ef9134e   Clemens Ladisch   ALSA: add LaCie F...
1
2
3
  snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
  			 fcp.o cmp.o amdtp.o
  snd-firewire-speakers-objs := speakers.o
3a691b28a   Clemens Ladisch   ALSA: add Apple i...
4
  snd-isight-objs := isight.o
31ef9134e   Clemens Ladisch   ALSA: add LaCie F...
5
6
7
  
  obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
  obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
3a691b28a   Clemens Ladisch   ALSA: add Apple i...
8
  obj-$(CONFIG_SND_ISIGHT) += snd-isight.o