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