mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
1a4e39c2e5
Followed commits add much codes. To make the work easy, this commit creates own directory and move current file to it. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
14 lines
442 B
Makefile
14 lines
442 B
Makefile
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
|
|
fcp.o cmp.o amdtp.o
|
|
snd-oxfw-objs := oxfw.o
|
|
snd-isight-objs := isight.o
|
|
snd-scs1x-objs := scs1x.o
|
|
|
|
obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
|
|
obj-$(CONFIG_SND_DICE) += dice/
|
|
obj-$(CONFIG_SND_OXFW) += oxfw/
|
|
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
|
|
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o
|
|
obj-$(CONFIG_SND_FIREWORKS) += fireworks/
|
|
obj-$(CONFIG_SND_BEBOB) += bebob/
|