Skip to content

Commit

Permalink
SoC/evalsoc: allow custom linker script if npk variable linker_script…
Browse files Browse the repository at this point in the history
… is not empty

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Mar 21, 2024
1 parent 089ac13 commit 9ce869f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SoC/evalsoc/Board/nuclei_fpga_eval/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ buildconfig:
linkscript:
- script: "Source/GCC/gcc_evalsoc_${download_mode}.ld"
condition: $( "x${linker_script}" == "x" )
- script: ${linker_script}
condition: $( "x${linker_script}" != "x" )
common_flags:
- flags:
common_defines:
Expand Down

0 comments on commit 9ce869f

Please sign in to comment.