mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 14:54:17 +00:00
6 lines
271 B
Makefile
6 lines
271 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
|
|
digi00x-pcm.o digi00x-hwdep.o \
|
|
digi00x-transaction.o digi00x-midi.o digi00x.o
|
|
obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += snd-firewire-digi00x.o
|