Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr authored Apr 11, 2024
1 parent 5691417 commit 611add1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if(NOT build_type STREQUAL "debug")
string(REPLACE "." "_" output_name "${BOARD}_${GIT_TAG}_${GIT_REV}")
string(REPLACE "/" "_" output_name "${output_name}")
if(DEFINED BOARD_REV2)
set(output_name "${output_name}_SR2")
set(output_name "${output_name}_REV2")
endif()
set(CONFIG_KERNEL_BIN_NAME "\"${output_name}\"" CACHE INTERNAL "")
message(STATUS "Output File Name=${output_name}")
Expand Down

0 comments on commit 611add1

Please sign in to comment.