Skip to content

Commit

Permalink
cmake: remove commented out code
Browse files Browse the repository at this point in the history
Remove commented out code which are no longer needed.
Code was made obsolete here and should have been removed at the time:
zephyrproject-rtos#24851

Signed-off-by: Torsten Rasmussen <[email protected]>
  • Loading branch information
tejlmand committed Aug 21, 2023
1 parent 250c6f5 commit 780b8d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,6 @@ if(CONFIG_OUTPUT_SYMBOLS)
endif()

if(CONFIG_OUTPUT_STAT)
# zephyr_post_build(TOOLS bintools COMMAND readelf FLAGS headers INFILE file OUTFILE outfile)
list(APPEND
post_build_commands
COMMAND $<TARGET_PROPERTY:bintools,readelf_command>
Expand Down

0 comments on commit 780b8d3

Please sign in to comment.