Brooklyn/sound/firewire/motu/Makefile

9 lines
328 B
Makefile
Raw Normal View History

2021-05-26 19:09:36 +00:00
# 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 \
2021-10-02 16:09:28 +00:00
motu-protocol-v2.o motu-protocol-v3.o \
motu-protocol-v1.o
2021-05-26 19:09:36 +00:00
obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o