aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/mkbuildtree
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-10 15:31:53 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-10 15:31:53 +0100
commit20f278002607ff5af89581ae6ce1258dcd3f282a (patch)
treed1e461baa2c13863d3d172f0c2047270d386dfea /unmodified_drivers/linux-2.6/mkbuildtree
parente2492c5e9e72ffc0ddb2765080b579200fd8f1c8 (diff)
downloadxen-20f278002607ff5af89581ae6ce1258dcd3f282a.tar.gz
xen-20f278002607ff5af89581ae6ce1258dcd3f282a.tar.bz2
xen-20f278002607ff5af89581ae6ce1258dcd3f282a.zip
PV-on-HVM: Fixes for save/restore. Also gets rid of separate modules
reboot.ko and xenbus.ko. These are now part of xen-platform-pci.ko. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'unmodified_drivers/linux-2.6/mkbuildtree')
-rwxr-xr-xunmodified_drivers/linux-2.6/mkbuildtree2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree
index b12da9b086..b09acf92e8 100755
--- a/unmodified_drivers/linux-2.6/mkbuildtree
+++ b/unmodified_drivers/linux-2.6/mkbuildtree
@@ -25,7 +25,7 @@ done
ln -sf ${XL}/drivers/xen/core/gnttab.c platform-pci
ln -sf ${XL}/drivers/xen/core/features.c platform-pci
ln -sf ${XL}/drivers/xen/core/xen_proc.c xenbus
-ln -sf ${XL}/drivers/xen/core/reboot.c util
+ln -sf ${XL}/drivers/xen/core/reboot.c platform-pci
mkdir -p include/asm include/xen