summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengsk <[email protected]>2023-12-14 09:48:40 +0100
committerMengsk <[email protected]>2023-12-14 09:48:40 +0100
commit2396fecee29d6a014647356d6609886cbabc5585 (patch)
tree84ed36f964562d7e51f8c6de97dc8fa1ee1d220a
parent35615ecb6f9d884b11ac11751cdf50c3d618acbe (diff)
Move jlink script.
-rw-r--r--hw/bsp/family_support.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/family_support.cmake b/hw/bsp/family_support.cmake
index d6099eaa4..50efab62b 100644
--- a/hw/bsp/family_support.cmake
+++ b/hw/bsp/family_support.cmake
@@ -373,7 +373,7 @@ function(family_flash_jlink TARGET)
endif ()
file(GENERATE
- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/${TARGET}.jlink
+ OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_$<CONFIG>.jlink
CONTENT "halt
loadfile $<TARGET_FILE:${TARGET}>
r