From: Avi Kivity <[email protected]> We already specify libkvm.a explicitly.
Signed-off-by: Avi Kivity <[email protected]> diff --git a/Makefile.target b/Makefile.target index 09f71d4..0041a46 100644 --- a/Makefile.target +++ b/Makefile.target @@ -603,7 +603,6 @@ endif ifdef CONFIG_KVM_KERNEL_INC CFLAGS += -I $(CONFIG_KVM_KERNEL_INC) -LIBS += -lkvm DEPLIBS += libkvm.a endif -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
