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:
Anas Nashif 2017-12-02 09:00:30 -05:00 committed by Anas Nashif
parent 7d7121b1ee
commit 540d3fb5d3

View file

@ -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