Message ID | 1240600583$1607@local (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Sebastian Herbszt wrote: > msmouse.o is added twice to OBJS. > > Applied, thanks.
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
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