diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
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 ############################################### |