diff mbox

Makefile.target: remove second addition of msmouse.o to OBJS

Message ID 1240600583$1607@local (mailing list archive)
State New, archived
Headers show

Commit Message

Sebastian Herbszt April 24, 2009, 7:16 p.m. UTC
msmouse.o is added twice to OBJS.

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Marcelo Tosatti April 24, 2009, 11:26 p.m. UTC | #1
On Fri, Apr 24, 2009 at 09:16:23PM +0200, Sebastian Herbszt wrote:
> msmouse.o is added twice to OBJS.
> 
> Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
> 
> Index: kvm-84-714-g2919cca/Makefile.target
> ===================================================================
> --- kvm-84-714-g2919cca.orig/Makefile.target
> +++ kvm-84-714-g2919cca/Makefile.target
> @@ -644,9 +644,6 @@ OBJS += e1000.o
>  # Serial mouse
>  OBJS += msmouse.o
>  
> -# Serial mouse
> -OBJS += msmouse.o
> -
>  ifeq ($(USE_KVM_DEVICE_ASSIGNMENT), 1)
>  OBJS+= device-assignment.o
>  LIBS+=-lpci

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Avi Kivity April 26, 2009, 10:47 a.m. UTC | #2
Sebastian Herbszt wrote:
> msmouse.o is added twice to OBJS.
>
>   

Applied, thanks.
diff mbox

Patch

Index: kvm-84-714-g2919cca/Makefile.target
===================================================================
--- kvm-84-714-g2919cca.orig/Makefile.target
+++ kvm-84-714-g2919cca/Makefile.target
@@ -644,9 +644,6 @@  OBJS += e1000.o
 # Serial mouse
 OBJS += msmouse.o
 
-# Serial mouse
-OBJS += msmouse.o
-
 ifeq ($(USE_KVM_DEVICE_ASSIGNMENT), 1)
 OBJS+= device-assignment.o
 LIBS+=-lpci