From 86d1a737fc444373f94d465fbc7d0aa5f712c068 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Mon, 7 Jan 2008 15:29:14 -0600 Subject: kvm: configure: allow building against pristine kernel source directory 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 Signed-off-by: Avi Kivity --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index a10a4af0..30497362 100755 --- a/configure +++ b/configure @@ -106,6 +106,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 \ -- cgit v1.2.3