From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: Re: building kvm-userspace with separate kernel object directory? Date: Mon, 07 Jan 2008 15:29:14 -0600 Message-ID: <1199741354.5741.15.camel@basalt> References: <1199740378.5741.8.camel@basalt> Reply-To: Hollis Blanchard Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-devel Return-path: In-Reply-To: <1199740378.5741.8.camel@basalt> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org Create an "asm" symlink from libkvm into the kernel source directory. This allows one to use kernel trees built with the O= option. Signed-off-by: Hollis Blanchard --- This is all I can come up with... it should work by accident for user/ and qemu/ directories too, since they use "-I ../libkvm". diff --git a/configure b/configure --- a/configure +++ b/configure @@ -130,6 +130,8 @@ 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 --- a/libkvm/Makefile +++ b/libkvm/Makefile @@ -10,7 +10,7 @@ CFLAGS += $(autodepend-flags) -g -fomit- 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 +CFLAGS += -I $(KERNELDIR)/include -I . LDFLAGS += $(CFLAGS) @@ -35,4 +35,4 @@ install: -include .*.d clean: - $(RM) *.o *.a .*.d + $(RM) *.o *.a .*.d asm -- Hollis Blanchard IBM Linux Technology Center ------------------------------------------------------------------------- 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