Skip to content

Commit

Permalink
app: enable OUTPUT_DISASSEMBLY for Zephyr builds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kv2019i committed Aug 14, 2023
1 parent d484b76 commit e72dce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e72dce9

Please sign in to comment.