diff options
Diffstat (limited to 'sound/firewire/Makefile')
-rw-r--r-- | sound/firewire/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/firewire/Makefile b/sound/firewire/Makefile index 44a7b510b7..45018a5c22 100644 --- a/sound/firewire/Makefile +++ b/sound/firewire/Makefile @@ -2,9 +2,9 @@ # To find a header included by define_trace.h. CFLAGS_amdtp-stream.o := -I$(src) -snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \ +snd-firewire-lib-y := lib.o iso-resources.o packets-buffer.o \ fcp.o cmp.o amdtp-stream.o amdtp-am824.o -snd-isight-objs := isight.o +snd-isight-y := isight.o obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o obj-$(CONFIG_SND_DICE) += dice/ |