We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e2514 commit 0ac8302Copy full SHA for 0ac8302
zephyr/src/rw61x/CMakeLists.txt
@@ -32,7 +32,7 @@ if(CONFIG_NXP_MONOLITHIC_WIFI OR CONFIG_NXP_MONOLITHIC_NBU)
32
list(GET signed_binary_blobs_list ${i} signed_binary_blob)
33
if(EXISTS ${signed_binary_blob})
34
list(APPEND binary_blobs_list ${signed_binary_blob})
35
- elseif(CONFIG_NXP_WIFI_BUILD_ONLY_MODE)
+ elseif(CONFIG_BUILD_ONLY_NO_BLOBS)
36
message(WARNING "Couldn't find signed firmware ! ${signed_binary_blob}")
37
list(APPEND binary_blobs_list "NOTFOUND")
38
else()
0 commit comments