Makefile 443 字节
Newer Older
1 2
snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
			 fcp.o cmp.o amdtp.o
C
Clemens Ladisch 已提交
3
snd-dice-objs := dice.o
4
snd-firewire-speakers-objs := speakers.o
5
snd-isight-objs := isight.o
6
snd-scs1x-objs := scs1x.o
7 8

obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
C
Clemens Ladisch 已提交
9
obj-$(CONFIG_SND_DICE) += snd-dice.o
10
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS) += snd-firewire-speakers.o
11
obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
12
obj-$(CONFIG_SND_SCS1X) += snd-scs1x.o