mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
7 lines
248 B
Makefile
7 lines
248 B
Makefile
|
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
||
|
fcp.o cmp.o amdtp.o
|
||
|
snd-firewire-speakers-objs := speakers.o
|
||
|
|
||
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
||
|
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
|