From 0a04f4184530ad84658f398edf43469a87bb1be7 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 18 Oct 2015 13:46:48 +0900 Subject: [PATCH] ALSA: oxfw: remove a meaningless entry from firewire Makefile A former commit moves oxfw-related codes to a sub-directory, while it forgot to remove an entry from Makefile in parent directory. Fixes: e1ea8a81b5d0('ALSA: oxfw: Move to its own directory') Signed-off-by: Takashi Sakamoto Signed-off-by: Takashi Iwai --- sound/firewire/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/firewire/Makefile b/sound/firewire/Makefile index 6ae50f50db62f..f5fb62551c600 100644 --- a/sound/firewire/Makefile +++ b/sound/firewire/Makefile @@ -1,6 +1,5 @@ snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \ fcp.o cmp.o amdtp-stream.o amdtp-am824.o -snd-oxfw-objs := oxfw.o snd-isight-objs := isight.o snd-scs1x-objs := scs1x.o -- 2.39.5