Skip to content

Commit 1b0f089

Browse files
krish2718rlubos
authored andcommitted
[nrf noup] modules: hostap: Fix duplicate define warning
Build throw macro redefined error as it's already defined by the nRF security module. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 2635f7e)
1 parent f7d2c82 commit 1b0f089

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,4 @@ if(CONFIG_SAE_PWE_EARLY_EXIT)
683683
"please use it carefully and do not use it production.")
684684
endif()
685685

686-
zephyr_library_compile_definitions_ifdef(CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO_ALT
687-
MBEDTLS_NIST_KW_C
688-
)
689-
690686
endif()

0 commit comments

Comments
 (0)