aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Rules.mk
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-06-04 12:47:53 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-06-04 12:47:53 +0100
commitfe4fa7d7f778ad216a01a5136cc4a1ba99fe3326 (patch)
tree2dc8e2378c6971dd51c2ae5501c9f5f2db258209 /tools/Rules.mk
parent7c8c43eb65193511a4380dda294b0b35c66a38d7 (diff)
downloadxen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.tar.gz
xen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.tar.bz2
xen-fe4fa7d7f778ad216a01a5136cc4a1ba99fe3326.zip
Remove a few stray references to the sparse tree.
The only non-obvious change here is in tools/xenfb/Makefile. This now picks up the headers it requires via the copy in tools/libxc. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/Rules.mk')
-rw-r--r--tools/Rules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Rules.mk b/tools/Rules.mk
index e087c94dd4..308f2dc022 100644
--- a/tools/Rules.mk
+++ b/tools/Rules.mk
@@ -41,11 +41,11 @@ $(eval $(check-y))
mk-symlinks-SunOS:
-mk-symlinks-Linux: LINUX_ROOT=$(XEN_ROOT)/linux-2.6-xen-sparse
+mk-symlinks-Linux: LINUX_ROOT=$(XEN_ROOT)/tools/include/Linux
mk-symlinks-Linux:
mkdir -p xen/linux
( cd xen/linux && \
- ln -sf ../../$(LINUX_ROOT)/include/xen/public/*.h . )
+ ln -sf ../../$(LINUX_ROOT)/*.h . )
( cd xen && rm -f sys && ln -sf linux sys )
mk-symlinks-xen: