Skip to content

Commit

Permalink
nrf_modem: update for upmerge
Browse files Browse the repository at this point in the history
todo message

Signed-off-by: Mirko Covizzi <[email protected]>
  • Loading branch information
MirkoCovizzi committed Apr 2, 2024
1 parent d9d31fd commit 51cdccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf_modem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

if(CONFIG_NRF_MODEM_LINK_BINARY)

string(REGEX REPLACE "_[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z]$" "" arch_soc_dir ${CONFIG_SOC})
string(REGEX REPLACE "nrf" "nRF" arch_soc_dir ${CONFIG_SOC})

if(NOT arch_soc_dir MATCHES "nRF9160")
string(REGEX REPLACE "nRF91[0-9]*" "nRF9120" arch_soc_dir ${arch_soc_dir})
Expand Down

0 comments on commit 51cdccf

Please sign in to comment.