cmake: Fix existing comment
This commit is contained in:
parent
007d90bc75
commit
5237365ff7
|
|
@ -329,7 +329,7 @@ function(add_base_binary variant_name)
|
||||||
|
|
||||||
target_link_libraries(${variant_name} avr_core)
|
target_link_libraries(${variant_name} avr_core)
|
||||||
|
|
||||||
# # configure linker script
|
# configure linker script
|
||||||
set(LINKER_SCRIPT ${PRUSA_BOARDS_DIR}/ldscripts/avr6.xn)
|
set(LINKER_SCRIPT ${PRUSA_BOARDS_DIR}/ldscripts/avr6.xn)
|
||||||
target_link_options(${variant_name} PUBLIC -Wl,-T,${LINKER_SCRIPT})
|
target_link_options(${variant_name} PUBLIC -Wl,-T,${LINKER_SCRIPT})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue