mirror of https://github.com/thesofproject/sof.git
app: enable OUTPUT_DISASSEMBLY for Zephyr builds
With Zephyr commit cc5763344709 ("Build system: disable `OUTPUT_DISASSEMBLY` by default"), generation of zephyr.lst is disabled by default. Enable disassembly generation in SOF configuration as it is expected by SOF builds rules for reproducible builds. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
d484b76ffb
commit
8f6018057b
|
@ -17,6 +17,9 @@ CONFIG_BUILD_OUTPUT_STRIPPED=y
|
||||||
# default value.
|
# default value.
|
||||||
CONFIG_CLEANUP_INTERMEDIATE_FILES=n
|
CONFIG_CLEANUP_INTERMEDIATE_FILES=n
|
||||||
|
|
||||||
|
# Generate zephyr.lst file
|
||||||
|
CONFIG_OUTPUT_DISASSEMBLY=y
|
||||||
|
|
||||||
CONFIG_HAVE_AGENT=n
|
CONFIG_HAVE_AGENT=n
|
||||||
|
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
|
|
Loading…
Reference in New Issue