some brown paperbag please. fix build.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9ab216023c
commit
23b655f3b0
|
@ -2,6 +2,7 @@
|
|||
|
||||
uses HAVE_OPTION_TABLE
|
||||
uses CONFIG_AP_CODE_IN_CAR
|
||||
uses ASSEMBLER_DEBUG
|
||||
|
||||
makedefine CPP:= $(CC) -x assembler-with-cpp -DASSEMBLY -E
|
||||
makedefine LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name)
|
||||
|
|
|
@ -502,8 +502,8 @@ define CONFIG_USE_PRINTK_IN_CAR
|
|||
comment "use printk instead of print in CAR stage code"
|
||||
end
|
||||
define ASSEMBLER_DEBUG
|
||||
default none
|
||||
export used
|
||||
default 0
|
||||
export always
|
||||
comment "Create disassembly files for debugging"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue