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. << 3 CFLAGS_amdtp-stream.o := -I$(src) << 4 << 5 snd-firewire-lib-y := lib.o iso-resources.o pa << 6 fcp.o cmp.o amdtp-str 2 fcp.o cmp.o amdtp-stream.o amdtp-am824.o 7 snd-isight-y := isight.o !! 3 snd-isight-objs := isight.o >> 4 snd-scs1x-objs := scs1x.o 8 5 9 obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire 6 obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o 10 obj-$(CONFIG_SND_DICE) += dice/ 7 obj-$(CONFIG_SND_DICE) += dice/ 11 obj-$(CONFIG_SND_OXFW) += oxfw/ 8 obj-$(CONFIG_SND_OXFW) += oxfw/ 12 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o 9 obj-$(CONFIG_SND_ISIGHT) += snd-isight.o >> 10 obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o 13 obj-$(CONFIG_SND_FIREWORKS) += fireworks/ 11 obj-$(CONFIG_SND_FIREWORKS) += fireworks/ 14 obj-$(CONFIG_SND_BEBOB) += bebob/ 12 obj-$(CONFIG_SND_BEBOB) += bebob/ 15 obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/ 13 obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/ 16 obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/ 14 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.