[coreboot] r3883 - trunk/coreboot-v2/src/config
svn at coreboot.org
svn at coreboot.org
Tue Jan 20 23:07:20 CET 2009
Author: stepan
Date: 2009-01-20 23:07:20 +0100 (Tue, 20 Jan 2009)
New Revision: 3883
Modified:
trunk/coreboot-v2/src/config/Config.lb
trunk/coreboot-v2/src/config/Options.lb
Log:
some brown paperbag please. fix build.
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>
Modified: trunk/coreboot-v2/src/config/Config.lb
===================================================================
--- trunk/coreboot-v2/src/config/Config.lb 2009-01-20 21:40:16 UTC (rev 3882)
+++ trunk/coreboot-v2/src/config/Config.lb 2009-01-20 22:07:20 UTC (rev 3883)
@@ -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)
Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb 2009-01-20 21:40:16 UTC (rev 3882)
+++ trunk/coreboot-v2/src/config/Options.lb 2009-01-20 22:07:20 UTC (rev 3883)
@@ -502,8 +502,8 @@
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
More information about the coreboot
mailing list