Skip to content

Commit

Permalink
use mbed-target-config.h from generated header (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoS62 authored Mar 5, 2024
1 parent 2deef5a commit b219302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/mbed_set_linker_script.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function(mbed_set_custom_linker_script target new_linker_script_path)
COMMAND
${CMAKE_C_COMPILER} @${linker_defs_response_file}
-E -x assembler-with-cpp
-include ${CMAKE_BINARY_DIR}/mbed-os/mbed-target-config.h
-include ${CMAKE_BINARY_DIR}/mbed-os/generated-headers/mbed-target-config.h
-P ${RAW_LINKER_SCRIPT_PATHS}
-o ${CUSTOM_LINKER_SCRIPT_PATH}
DEPENDS
Expand Down

0 comments on commit b219302

Please sign in to comment.