From 420831c48ca1ef6c74d8f3ad7aae230974d73bb8 Mon Sep 17 00:00:00 2001 From: Sebastian Herbszt Date: Fri, 24 Apr 2009 21:16:23 +0200 Subject: [PATCH] Makefile.target: remove second addition of msmouse.o to OBJS msmouse.o is added twice to OBJS. Signed-off-by: Sebastian Herbszt Signed-off-by: Avi Kivity --- Makefile.target | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.target b/Makefile.target index abcccc81d0..bc4a0ed794 100644 --- a/Makefile.target +++ b/Makefile.target @@ -646,9 +646,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 -- 2.11.4.GIT