Expose the new ARCH_I386_EXCLUDE_686_PAE_KERNEL setting

This commit is contained in:
Steve McIntyre 2019-05-20 12:54:49 +01:00
parent 5ef7fc71db
commit e1e87148a1
1 changed files with 3 additions and 0 deletions

View File

@ -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 \