diff mbox

ALSA: oxfw: remove a meaningless entry from firewire Makefile

Message ID 1445143608-23297-2-git-send-email-o-takashi@sakamocchi.jp (mailing list archive)
State New, archived
Headers show

Commit Message

Takashi Sakamoto Oct. 18, 2015, 4:46 a.m. UTC
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>
---
 sound/firewire/Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Takashi Iwai Oct. 18, 2015, 7:10 a.m. UTC | #1
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
>
diff mbox

Patch

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