1 # SPDX-License-Identifier: GPL-2.0 !! 1 snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \ 2 # To find a header included by define_trace.h. !! 2 fcp.o cmp.o amdtp.o 3 CFLAGS_amdtp-stream.o := -I$(src) !! 3 snd-firewire-speakers-objs := speakers.o 4 !! 4 snd-isight-objs := isight.o 5 snd-firewire-lib-y := lib.o iso-resources.o pa !! 5 snd-scs1x-objs := scs1x.o 6 fcp.o cmp.o amdtp-str << 7 snd-isight-y := isight.o << 8 6 9 obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire 7 obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o 10 obj-$(CONFIG_SND_DICE) += dice/ !! 8 obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o 11 obj-$(CONFIG_SND_OXFW) += oxfw/ << 12 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o 9 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o 13 obj-$(CONFIG_SND_FIREWORKS) += fireworks/ !! 10 obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o 14 obj-$(CONFIG_SND_BEBOB) += bebob/ << 15 obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/ << 16 obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/ << 17 obj-$(CONFIG_SND_FIREWIRE_MOTU) += motu/ << 18 obj-$(CONFIG_SND_FIREFACE) += fireface/ <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.