From: Avi Kivity <[EMAIL PROTECTED]>

This reverts commit 86d1a737fc444373f94d465fbc7d0aa5f712c068, which causes
build failures.

Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/configure b/configure
index 3049736..a10a4af 100755
--- a/configure
+++ b/configure
@@ -106,8 +106,6 @@ fi
           --arch="$arch" \
           ${cross_prefix:+"--cross-prefix=$cross_prefix"})
 
-(cd libkvm; ln -sf "$kerneldir/include/asm-$arch" asm)
-
 #configure qemu
 (cd qemu; ./configure --target-list=$target_exec \
     --disable-kqemu \
diff --git a/libkvm/Makefile b/libkvm/Makefile
index 0c01279..65efb3a 100644
--- a/libkvm/Makefile
+++ b/libkvm/Makefile
@@ -10,7 +10,7 @@ cc-option = $(shell if $(CC) $(1) -S -o /dev/null -xc 
/dev/null \
 CFLAGS += $(autodepend-flags) -g -fomit-frame-pointer -Wall
 CFLAGS += $(call cc-option, -fno-stack-protector, "")
 CFLAGS += $(call cc-option, -fno-stack-protector-all, "")
-CFLAGS += -I $(KERNELDIR)/include -I .
+CFLAGS += -I $(KERNELDIR)/include
 
 LDFLAGS += $(CFLAGS)
 
@@ -35,4 +35,4 @@ install:
 -include .*.d
 
 clean:
-       $(RM) *.o *.a .*.d asm
+       $(RM) *.o *.a .*.d

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-commits mailing list
kvm-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-commits

Reply via email to