From 84d54d5d8b3155ff68be6f683f43d25d4dc9c5a8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 8 May 2008 14:32:11 +0100 Subject: i386: Remove non-PAE hypervisor build target. Signed-off-by: Keir Fraser --- extras/mini-os/Config.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'extras/mini-os/Config.mk') diff --git a/extras/mini-os/Config.mk b/extras/mini-os/Config.mk index e38fae99cb..1eb68d2f4b 100644 --- a/extras/mini-os/Config.mk +++ b/extras/mini-os/Config.mk @@ -2,9 +2,6 @@ MINI-OS_ROOT=$(XEN_ROOT)/extras/mini-os export MINI-OS_ROOT -ifeq ($(XEN_TARGET_ARCH),x86_32) -export pae ?= y -endif libc = $(stubdom) XEN_INTERFACE_VERSION := 0x00030205 @@ -25,7 +22,6 @@ TARGET_ARCH_DIR := arch/$(TARGET_ARCH_FAM) # Export these variables for possible use in architecture dependent makefiles. 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. @@ -70,7 +66,3 @@ endif ifneq ($(CAMLDIR),) caml=y endif - -ifeq ($(pae),y) -DEF_CPPFLAGS += -DCONFIG_X86_PAE -endif -- cgit v1.2.3