Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nrfconnect/sdk-nrf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 461afba2df4be04aef605c932c208bae37305437
Choose a base ref
..
head repository: nrfconnect/sdk-nrf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 000dcf7257717fe12b9448dd63a28b3f8037ff1b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 cmake/sdp.cmake
2 changes: 1 addition & 1 deletion cmake/sdp.cmake
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ function(sdp_assembly_generate hrt_srcs)
endif()
get_filename_component(src_filename ${hrt_src} NAME_WE) # filename without extension
add_custom_command(TARGET asm_gen
PRE_BUILD
POST_BUILD
BYPRODUCTS ${src_filename}-temp.s
COMMAND ${CMAKE_C_COMPILER} ${compiler_options} ${hrt_opts} -S ${hrt_src} -o ${src_filename}-temp.s
COMMAND ${PYTHON_EXECUTABLE} ${ZEPHYR_NRF_MODULE_DIR}/scripts/sdp/remove_comments.py ${src_filename}-temp.s