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 <anas.nashif@intel.com>
This commit is contained in:
parent
7d7121b1ee
commit
540d3fb5d3
|
@ -156,6 +156,12 @@ config OUTPUT_STAT
|
|||
help
|
||||
Create a stat file using readelf -e <elf>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue