From 2c1f0792ee08f3370746883a6d7b995546e690b6 Mon Sep 17 00:00:00 2001 From: Torsten Rasmussen Date: Thu, 8 Jun 2023 11:30:36 +0200 Subject: [PATCH] cmake: remove commented out code Remove commented out code which are no longer needed. Code was made obsolete here and should have been removed at the time: https://github.com/zephyrproject-rtos/zephyr/pull/24851 Signed-off-by: Torsten Rasmussen --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f6f13f426..139a504e53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1581,7 +1581,6 @@ if(CONFIG_BUILD_OUTPUT_HEX OR BOARD_FLASH_RUNNER STREQUAL openocd) list(APPEND post_build_byproducts ${KERNEL_HEX_NAME} - # ${out_hex_byprod} # Is this needed ? ) endif() endif() @@ -1603,7 +1602,6 @@ if(CONFIG_BUILD_OUTPUT_BIN) list(APPEND post_build_byproducts ${KERNEL_BIN_NAME} - # ${out_hex_byprod} # Is this needed ? ) endif() endif() @@ -1685,8 +1683,6 @@ if(CONFIG_BUILD_OUTPUT_S19) list(APPEND post_build_byproducts ${KERNEL_S19_NAME} - # ${out_S19_byprod} # Is this needed ? - ) endif() endif() @@ -1709,7 +1705,6 @@ if(CONFIG_OUTPUT_DISASSEMBLE_ALL) list(APPEND post_build_byproducts ${KERNEL_LST_NAME} -# ${out_disassembly_byprod} # Needed ?? ) endif() @@ -1729,7 +1724,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 $