We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc0eb8 commit 2c7d35fCopy full SHA for 2c7d35f
cmake/linker/lld/target.cmake
@@ -52,6 +52,7 @@ macro(configure_linker_script linker_script_gen linker_pass_define)
52
-imacros ${AUTOCONF_H}
53
${current_includes}
54
${template_script_defines}
55
+ -DUSE_PARTITION_MANAGER=$<BOOL:${CONFIG_PARTITION_MANAGER_ENABLED}>
56
-E ${LINKER_SCRIPT}
57
-P # Prevent generation of debug `#line' directives.
58
-o ${linker_script_gen}
0 commit comments