Skip to content

Commit 0348270

Browse files
Rex-Chen-NXPkartben
authored andcommitted
modules: hostap: fix eap server ttls macro typo
Fix typo of CONFIG_EAP_SERVER_TTLS macro in CMakeList.txt. Signed-off-by: Rex Chen <rex.chen_1@nxp.com>
1 parent 9465610 commit 0348270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ zephyr_library_sources_ifdef(CONFIG_EAP_SERVER_TTLS
661661
${HOSTAP_SRC_BASE}/eap_server/eap_server_ttls.c
662662
)
663663
664-
zephyr_library_compile_definitions_ifdef(CONFIGEAP_SERVER_TTLS
664+
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_SERVER_TTLS
665665
EAP_SERVER_TTLS
666666
)
667667

0 commit comments

Comments
 (0)