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:
Stefan Reinauer 2009-01-20 22:07:20 +00:00 committed by Stefan Reinauer
parent 9ab216023c
commit 23b655f3b0
2 changed files with 3 additions and 2 deletions

View File

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

View File

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