From 23b655f3b0fe4121e7d91fb309364fac14beea0b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 20 Jan 2009 22:07:20 +0000 Subject: some brown paperbag please. fix build. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3883 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Config.lb | 1 + src/config/Options.lb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3