From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: [PATCH] Fix kvm-79 userland for separate kernel objdir Date: Thu, 20 Nov 2008 14:19:53 +0100 Message-ID: <20081120131953.GA7629@one.firstfloor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from one.firstfloor.org ([213.235.205.2]:42275 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754692AbYKTNKA (ORCPT ); Thu, 20 Nov 2008 08:10:00 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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