Skip to content

Commit 2396fec

Browse files
committed
Move jlink script.
1 parent 35615ec commit 2396fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/family_support.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ function(family_flash_jlink TARGET)
373373
endif ()
374374

375375
file(GENERATE
376-
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/${TARGET}.jlink
376+
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${TARGET}_$<CONFIG>.jlink
377377
CONTENT "halt
378378
loadfile $<TARGET_FILE:${TARGET}>
379379
r

0 commit comments

Comments
 (0)