Adding linker options


Rob Meades
 

I would like to add a linker option (-Xlinker --wrap=blah) to my Zephyr build, without editing the main Zephyr files, just append some to the usual linker options for my specific build.

How would I go about doing that?

Rob