aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-13 15:02:49 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-13 15:02:49 +0000
commit8833f0bb9226f2bceea72a0d63f57b23dafc0d58 (patch)
treed30c3f22c4cd746d9afa1c5aa648954fa6162b85 /Makefile
parent10c0f0a6c815d41d98b6052b8afab9eb03f91f8b (diff)
downloadxen-8833f0bb9226f2bceea72a0d63f57b23dafc0d58.tar.gz
xen-8833f0bb9226f2bceea72a0d63f57b23dafc0d58.tar.bz2
xen-8833f0bb9226f2bceea72a0d63f57b23dafc0d58.zip
Force PAE build of Xen by specifying 'pae=y' to make, or
by setting XEN_TARGET_X86_PAE=y (e.g., in Config.mk). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebba9ffe9c..5545aa4977 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,10 @@ all: dist
include Config.mk
include buildconfigs/Rules.mk
+ifeq ($(XEN_TARGET_X86_PAE),y)
+export pae=y
+endif
+
.PHONY: all dist install xen tools kernels docs world clean mkpatches mrproper
.PHONY: kbuild kdelete kclean