Makefile 548 B

12345678910111213141516
  1. # To find a header included by define_trace.h.
  2. CFLAGS_amdtp-stream.o := -I$(src)
  3. snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
  4. fcp.o cmp.o amdtp-stream.o amdtp-am824.o
  5. snd-isight-objs := isight.o
  6. obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
  7. obj-$(CONFIG_SND_DICE) += dice/
  8. obj-$(CONFIG_SND_OXFW) += oxfw/
  9. obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
  10. obj-$(CONFIG_SND_FIREWORKS) += fireworks/
  11. obj-$(CONFIG_SND_BEBOB) += bebob/
  12. obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/
  13. obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/