aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-01-20 22:07:20 +0000
committerStefan Reinauer <stepan@openbios.org>2009-01-20 22:07:20 +0000
commit23b655f3b0fe4121e7d91fb309364fac14beea0b (patch)
tree1d72e35ea325e6fb9e5bb7b115f7cd957f557bbc /src
parent9ab216023c18aad0df7f4b604bec19f4d31c412e (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/config/Config.lb1
-rw-r--r--src/config/Options.lb4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb
index 2043ef02c4..85f1632b93 100644
--- a/src/config/Config.lb
+++ b/src/config/Config.lb
@@ -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)
diff --git a/src/config/Options.lb b/src/config/Options.lb
index ce6985b637..9b7842481f 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -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