public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS
@ 2009-04-24 19:16 Sebastian Herbszt
  2009-04-24 23:26 ` Marcelo Tosatti
  2009-04-26 10:47 ` Avi Kivity
  0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Herbszt @ 2009-04-24 19:16 UTC (permalink / raw)
  To: kvm; +Cc: herbszt

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS
  2009-04-24 19:16 [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS Sebastian Herbszt
@ 2009-04-24 23:26 ` Marcelo Tosatti
  2009-04-26 10:47 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Marcelo Tosatti @ 2009-04-24 23:26 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: kvm

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS
  2009-04-24 19:16 [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS Sebastian Herbszt
  2009-04-24 23:26 ` Marcelo Tosatti
@ 2009-04-26 10:47 ` Avi Kivity
  1 sibling, 0 replies; 3+ messages in thread
From: Avi Kivity @ 2009-04-26 10:47 UTC (permalink / raw)
  To: Sebastian Herbszt; +Cc: kvm

Sebastian Herbszt wrote:
> msmouse.o is added twice to OBJS.
>
>   

Applied, thanks.

-- 
error compiling committee.c: too many arguments to function


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-26 10:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 19:16 [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS Sebastian Herbszt
2009-04-24 23:26 ` Marcelo Tosatti
2009-04-26 10:47 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox