mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00: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
|