aboutsummaryrefslogtreecommitdiff
path: root/src/config/Options.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r--src/config/Options.lb6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 4fbc2fc77d..ce6985b637 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -501,8 +501,12 @@ define CONFIG_USE_PRINTK_IN_CAR
export always
comment "use printk instead of print in CAR stage code"
end
+define ASSEMBLER_DEBUG
+ default none
+ export used
+ comment "Create disassembly files for debugging"
+end
-
###############################################
# Mainboard options
###############################################