commit | 0225e952ff85b597fdefa4a98a1c4532bbdee570 | [log] [tgz] |
---|---|---|
author | Kristian Klomsten Skordal <kristian.skordal@nordicsemi.no> | Tue Jan 30 11:26:42 2018 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Feb 08 15:57:32 2018 -0800 |
tree | 01ce204149811fedb6bb323c8f5e528241ba6e26 | |
parent | 6c483ead26542a4e40244be0217ba8a887640c3d [diff] |
cmake: ld: add application source dir to linker script cpp command To enable using application-defined sections in linker scripts, the application source directory must be included in the search path when running the preprocessor to generate linker scripts. This prevents build failures when using any of the configuration options CONFIG_CUSTOM_RODATA_LD, CONFIG_CUSTOM_RWDATA_LD and CONFIG_CUSTOM_SECTIONS_LD. Signed-off-by: Kristian Klomsten Skordal <kristian.skordal@nordicsemi.no>