From 540d3fb5d3f31cb195cd4c4c8890e9145cc29655 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 2 Dec 2017 09:00:30 -0500 Subject: [PATCH] cmake: add missing config for *.lst files This is needed to generate an .lst file with the dis-assembly of the built firmware. Signed-off-by: Anas Nashif --- misc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/Kconfig b/misc/Kconfig index 1d4ea8efa9c..b0111840840 100644 --- a/misc/Kconfig +++ b/misc/Kconfig @@ -156,6 +156,12 @@ config OUTPUT_STAT help Create a stat file using readelf -e +config OUTPUT_DISASSEMBLY + bool "Create a disassembly file" + default y + help + Create an .lst file with the assembly listing of the firmware. + config BUILD_OUTPUT_HEX bool "Build a binary in HEX format" default n