swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce authored by Linus Torvalds on 17 May 2020, 23:48:37 UTC
Linux 5.7-rc6
Tip revision: b9bbe6e
Makefile
# SPDX-License-Identifier: GPL-2.0
CFLAGS_amdtp-motu.o	:= -I$(src)

snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o \
			  motu-proc.o motu-pcm.o motu-midi.o motu-hwdep.o \
			  motu-protocol-v2.o motu-protocol-v3.o
obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o
back to top