rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | CFLAGS_amdtp-motu.o := -I$(src) | ||||
3 | |||||
4 | snd-firewire-motu-objs := motu.o amdtp-motu.o motu-transaction.o motu-stream.o \ | ||||
5 | motu-proc.o motu-pcm.o motu-midi.o motu-hwdep.o \ | ||||
6 | motu-protocol-v2.o motu-protocol-v3.o | ||||
7 | obj-$(CONFIG_SND_FIREWIRE_MOTU) += snd-firewire-motu.o |