aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/mkbuildtree
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-11-24 11:11:20 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-11-24 11:11:20 +0000
commitc65b3f8832a25e0730a6790553037120580cfa72 (patch)
treeeb162a8fbbff40ed374a5d6d0cc5ef1396360374 /unmodified_drivers/linux-2.6/mkbuildtree
parent71a732a2b8ea47cf97510bdce0508917769e3ee0 (diff)
downloadxen-c65b3f8832a25e0730a6790553037120580cfa72.tar.gz
xen-c65b3f8832a25e0730a6790553037120580cfa72.tar.bz2
xen-c65b3f8832a25e0730a6790553037120580cfa72.zip
pv-on-hvm drivers: build fixes for Linux 2.6.27+
Make the drivers build properly in a 2.6.27 environment as well as against a kernel with pv-ops Xen configured on (in the latter case more work would be needed to also make the drivers work, as there's a large number of duplicate exports). Portions from Charles Arnold <carnold@novell.com>. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/mkbuildtree')
-rwxr-xr-xunmodified_drivers/linux-2.6/mkbuildtree1
1 files changed, 1 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree
index 9d0f04907e..3c1c799c85 100755
--- a/unmodified_drivers/linux-2.6/mkbuildtree
+++ b/unmodified_drivers/linux-2.6/mkbuildtree
@@ -53,6 +53,7 @@ i[34567]86|x86_64)
ln -sf ${XL}/include/asm-x86/mach-xen/asm/synch_bitops*.h include/asm
ln -sf ${XL}/include/asm-x86/mach-xen/asm/maddr*.h include/asm
ln -sf ${XL}/include/asm-x86/mach-xen/asm/gnttab_dma.h include/asm
+ ln -sf ${XL}/arch/x86/lib/scrub.c balloon
else
if [ $uname = x86_64 ]; then
mkdir -p include/asm-i386