File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
subsys/nrf_security/cmake Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ macro(nrf_security_add_zephyr_options lib_name)
148148
149149 # Unsure if these are needed any more
150150 target_compile_options (${lib_name} PRIVATE ${TOOLCHAIN_C_FLAGS} )
151- target_ld_options(${lib_name} PRIVATE ${TOOLCHAIN_LD_FLAGS} )
152151 else ()
153152 target_compile_options (${lib_name} PRIVATE "SHELL: -imacros ${ZEPHYR_AUTOCONF} " )
154153 target_include_directories (${lib_name} PRIVATE
@@ -184,7 +183,6 @@ macro(nrf_security_add_zephyr_options_library lib_name)
184183
185184 # Unsure if these are needed any more
186185 target_compile_options (${lib_name} PRIVATE ${TOOLCHAIN_C_FLAGS} )
187- target_ld_options(${lib_name} PRIVATE ${TOOLCHAIN_LD_FLAGS} )
188186 else ()
189187 target_compile_options (${lib_name} PRIVATE "SHELL: -imacros ${ZEPHYR_AUTOCONF} " )
190188 target_include_directories (${lib_name} PRIVATE
You can’t perform that action at this time.
0 commit comments