From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS Date: Fri, 24 Apr 2009 20:26:16 -0300 Message-ID: <20090424232616.GC15714@amt.cnet> References: <1240600583$1607@local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Sebastian Herbszt Return-path: Received: from mx2.redhat.com ([66.187.237.31]:41139 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbZDXXbv (ORCPT ); Fri, 24 Apr 2009 19:31:51 -0400 Content-Disposition: inline In-Reply-To: <1240600583$1607@local> Sender: kvm-owner@vger.kernel.org List-ID: 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 > > 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.