Skip to content

Commit

Permalink
modules: hostap: fix eap server ttls macro typo
Browse files Browse the repository at this point in the history
Fix typo of CONFIG_EAP_SERVER_TTLS macro in CMakeList.txt.

Signed-off-by: Rex Chen <[email protected]>
  • Loading branch information
Rex-Chen-NXP authored and kartben committed Nov 28, 2024
1 parent 9465610 commit 0348270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hostap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ zephyr_library_sources_ifdef(CONFIG_EAP_SERVER_TTLS
${HOSTAP_SRC_BASE}/eap_server/eap_server_ttls.c
)

zephyr_library_compile_definitions_ifdef(CONFIGEAP_SERVER_TTLS
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_SERVER_TTLS
EAP_SERVER_TTLS
)

Expand Down

0 comments on commit 0348270

Please sign in to comment.