Expose the new ARCH_I386_EXCLUDE_686_PAE_KERNEL setting
This commit is contained in:
parent
5ef7fc71db
commit
e1e87148a1
3
Makefile
3
Makefile
|
@ -439,6 +439,9 @@ $(BDIR)/rawlist:
|
||||||
if [ "$(EXCLUDE_686_KERNEL)"x = "1"x ] ; then \
|
if [ "$(EXCLUDE_686_KERNEL)"x = "1"x ] ; then \
|
||||||
ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \
|
ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \
|
||||||
fi; \
|
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 \
|
if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
|
||||||
cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
|
cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
|
||||||
$$ARCHUNDEFS -U i386 -U linux -U unix \
|
$$ARCHUNDEFS -U i386 -U linux -U unix \
|
||||||
|
|
Loading…
Reference in New Issue