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 \