aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-01 12:23:04 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-01 12:23:04 +0000
commit84e23d3ec9d8396dda23452caa84c21e9f0305f8 (patch)
tree41c8ae0d88440e41a81ec675704b4221579225d8 /extras/mini-os/Makefile
parent167b02743b6cd4d7e5a880f28f451a23d0a753cc (diff)
downloadxen-84e23d3ec9d8396dda23452caa84c21e9f0305f8.tar.gz
xen-84e23d3ec9d8396dda23452caa84c21e9f0305f8.tar.bz2
xen-84e23d3ec9d8396dda23452caa84c21e9f0305f8.zip
Fix PAE Mini-OS build.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index e337f1656d..75427676e5 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -4,8 +4,6 @@
# Makefile and a arch.mk.
#
-pae ?= n
-
XEN_ROOT = ../..
include $(XEN_ROOT)/Config.mk
@@ -35,6 +33,7 @@ TARGET_ARCH_DIR := arch/$(TARGET_ARCH_FAM)
export TARGET_ARCH
export TARGET_ARCH_DIR
export TARGET_ARCH_FAM
+export XEN_TARGET_X86_PAE
# This is used for architecture specific links.
# This can be overwritten from arch specific rules.