aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-22 09:00:30 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-22 09:00:30 +0000
commitab78c96aeb1680458f7f4ff021c3114dc657b434 (patch)
tree50d24d5fad7a207f95d694c4bd49b61c1f0e8c20 /Makefile
parent63bebd7510b1427e6edca1a67e379f4902dc758c (diff)
downloadxen-ab78c96aeb1680458f7f4ff021c3114dc657b434.tar.gz
xen-ab78c96aeb1680458f7f4ff021c3114dc657b434.tar.bz2
xen-ab78c96aeb1680458f7f4ff021c3114dc657b434.zip
bitkeeper revision 1.1236.1.105 (423fdeaeuXmbQUj74cWh1nItpSKUjw)
Improved cross-compilation support. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2de7e5ba30..403321912c 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
export XEN_TARGET_ARCH SUBARCH
endif
+include Config.mk
include buildconfigs/Rules.mk
.PHONY: all dist install xen tools kernels docs world clean mkpatches mrproper