On Sun, 18 Oct 2015 06:46:48 +0200, Takashi Sakamoto wrote:
A former commit moves oxfw-related codes to a sub-directory, while it forgot to remove an entry from Makefile in parent directory.
Fixes: 1a4e39c2e5ca('ALSA: oxfw: Move to its own directory') Signed-off-by: Takashi Sakamoto o-takashi@sakamocchi.jp
Applied, thanks.
Takashi
sound/firewire/Makefile | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/firewire/Makefile b/sound/firewire/Makefile index 6ae50f5..f5fb625 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.1.4