Depricate the config syntax `option foo'' and assume people meant `option foo=1''
This commit is contained in:
parent
e44595d970
commit
3b3c4b5b49
5 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
option i786
|
||||
option i786=1
|
||||
|
||||
object delay_i786.o
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
option i586
|
||||
option i586=1
|
||||
object cpuid.o
|
||||
#object tsc.o
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue