aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fedbde3297..efa70195d4 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,6 @@ SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
export XEN_TARGET_ARCH SUBARCH XEN_SYSTYPE
include buildconfigs/Rules.mk
-ifeq ($(XEN_TARGET_X86_PAE),y)
-export pae=y
-endif
-
# build and install everything into the standard system directories
.PHONY: install
install: install-xen install-kernels install-tools install-docs