commit | 00c7ce79429e27d2b8111d43fec1022c1c9c7e42 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Nov 01 11:38:36 2019 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Nov 03 12:55:16 2019 +0100 |
tree | 5511dd68ed03ed61efbcf6ba1b1c3de5365ec86a | |
parent | c8e5ca3852e0c2d0660980414af5b7abea4d247a [diff] |
linker: move where we define _LINKER and _ASMLANGUAGE Move _LINKER and _ASMLANGUAGE to target.cmake because of how we pick the linker script that might be used. This way regardless of how or where a linker.ld gets included we will always set _LINKER & _ASMLANGUAGE (so any header that needs check based on those defines they can, specifically generated_dts_board.h) Signed-off-by: Kumar Gala <kumar.gala@linaro.org>