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:
Kai Vehmanen 2023-08-14 16:49:13 +03:00 committed by Kai Vehmanen
parent d484b76ffb
commit 8f6018057b
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ CONFIG_BUILD_OUTPUT_STRIPPED=y
# default value.
CONFIG_CLEANUP_INTERMEDIATE_FILES=n
# Generate zephyr.lst file
CONFIG_OUTPUT_DISASSEMBLY=y
CONFIG_HAVE_AGENT=n
CONFIG_LOG=y