From 8833f0bb9226f2bceea72a0d63f57b23dafc0d58 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 13 Jul 2005 15:02:49 +0000 Subject: 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 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3