I needed this patch to make kvm-79 build (with --with-patched-kernel)
with separate kernel objdir and 2.6.28-rc5
-Andi
--- kvm-79/Makefile~ 2008-11-12 12:48:01.000000000 +0100
+++ kvm-79/Makefile 2008-11-20 14:06:57.000000000 +0100
@@ -33,7 +33,7 @@
header-sync-n:
header-sync-y:
- make -C kernel LINUX=$(KERNELDIR) header-sync
+ make -C kernel LINUX=$(KERNELSOURCEDIR) header-sync
rm -f kernel/include/asm
ln -sf asm-$(sane-arch) kernel/include/asm
--
[EMAIL PROTECTED]
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html