From 905705534b3fb2e6f269bc0cd3eb1ff8c823cb69 Mon Sep 17 00:00:00 2001 From: Sigvart Hovland Date: Tue, 27 Nov 2018 15:53:57 +0100 Subject: [PATCH] fixup! cmake: soc: arch: Build immutable bootloader support. Remove linker script define from zephyr CMAKE and pushes and pops it to the global define instead. This commit fixes: https://github.com/NordicPlayground/fw-nrfconnect-zephyr/pull/53#discussion_r236241015 Signed-off-by: Sigvart Hovland --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8885b3de95..2faf943a53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -439,7 +439,6 @@ function(construct_add_custom_command_for_linker_pass linker_output_name output_ ${current_includes} ${current_defines} ${linker_pass_define} - -DLINKER_OUTPUT_NAME_${linker_output_name} # Used to identify custom linker scripts -E ${LINKER_SCRIPT} -P # Prevent generation of debug `#line' directives. -o ${linker_cmd_file_name}