Depricate the config syntax `option foo'' and assume people meant `option foo=1''

This commit is contained in:
Eric W. Biederman 2002-02-06 01:03:32 +00:00
commit 3b3c4b5b49
5 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
## This is Architecture independant part of the makefile
option CROSS_COMPILE
option CROSS_COMPILE=
makedefine CC:=$(CROSS_COMPILE)gcc
makedefine CPP:= $(CROSS_COMPILE)gcc -x assembler-with-cpp -DASSEMBLY -E

View file

@ -1,3 +1,3 @@
option i786
option i786=1
object delay_i786.o

View file

@ -1,3 +1,3 @@
option i586
option i586=1
object cpuid.o
#object tsc.o

View file

@ -1,5 +1,5 @@
option i686
option INTEL_PPRO_MTRR
option i686=1
option INTEL_PPRO_MTRR=1
object microcode.o
object mtrr.o
object l2_cache.o

View file

@ -116,7 +116,7 @@ option HAVE_PIRQ_TABLE=1
##
## Do not build special code to the keyboard
##
option NO_KEYBOARD
option NO_KEYBOARD=1
##
## Build code to export an x86 MP table
@ -165,7 +165,7 @@ option HAVE_MTRR_TABLE=1
## We must setup the fixed mtrrs or we confuse SMP secondary
## processor identification
##
option ENABLE_FIXED_AND_VARIABLE_MTRRS
option ENABLE_FIXED_AND_VARIABLE_MTRRS=1
##