Skip to content

Commit

Permalink
wifi: rename WIFI_BUILD_ONLY_MODE config
Browse files Browse the repository at this point in the history
Rename variable to a global one to allow
vendors using the same label.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Dec 2, 2024
1 parent c42d70d commit fbf0586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/src/rw61x/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(CONFIG_NXP_MONOLITHIC_WIFI OR CONFIG_NXP_MONOLITHIC_BT OR CONFIG_NXP_MONOLITH
list(GET signed_binary_blobs_list ${i} signed_binary_blob)
if(EXISTS ${signed_binary_blob})
list(APPEND binary_blobs_list ${signed_binary_blob})
elseif(CONFIG_NXP_WIFI_BUILD_ONLY_MODE)
elseif(CONFIG_BUILD_ONLY_NO_BLOBS)
message(WARNING "Couldn't find signed firmware ! ${signed_binary_blob}")
list(APPEND binary_blobs_list "NOTFOUND")
else()
Expand Down

0 comments on commit fbf0586

Please sign in to comment.