From e1e87148a1e7b14bfcafd323f7d0de8974452f82 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 20 May 2019 12:54:49 +0100 Subject: [PATCH] Expose the new ARCH_I386_EXCLUDE_686_PAE_KERNEL setting --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index f853e5a8..8807a0ee 100755 --- a/Makefile +++ b/Makefile @@ -439,6 +439,9 @@ $(BDIR)/rawlist: if [ "$(EXCLUDE_686_KERNEL)"x = "1"x ] ; then \ ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \ fi; \ + if [ "$(EXCLUDE_686_PAE_KERNEL)"x = "1"x ] ; then \ + ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_PAE_KERNEL"; \ + fi; \ if [ "$(SOURCEONLY)"x != "yes"x ] ; then \ cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\ $$ARCHUNDEFS -U i386 -U linux -U unix \