public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix kvm-79 userland for separate kernel objdir
@ 2008-11-20 13:19 Andi Kleen
  2008-11-20 13:22 ` Christian Borntraeger
  0 siblings, 1 reply; 5+ messages in thread
From: Andi Kleen @ 2008-11-20 13:19 UTC (permalink / raw)
  To: kvm


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
 
-- 
ak@linux.intel.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-20 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-20 13:19 [PATCH] Fix kvm-79 userland for separate kernel objdir Andi Kleen
2008-11-20 13:22 ` Christian Borntraeger
2008-11-20 13:48   ` Andi Kleen
2008-11-20 13:53     ` Christian Borntraeger
2008-11-20 14:23       ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox