modules: hostap: Fix EAP-AKA only build
The SIM common file is applicable for AKA as well. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
7b6220b448
commit
e34d5caac8
1 changed files with 4 additions and 1 deletions
|
@ -519,9 +519,12 @@ zephyr_library_compile_definitions_ifdef(CONFIG_EAP_IKEV2
|
|||
EAP_IKEV2
|
||||
)
|
||||
|
||||
if (CONFIG_EAP_SIM OR CONFIG_EAP_AKA)
|
||||
zephyr_library_sources(${HOSTAP_SRC_BASE}/eap_common/eap_sim_common.c)
|
||||
endif()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_EAP_SIM
|
||||
${HOSTAP_SRC_BASE}/eap_peer/eap_sim.c
|
||||
${HOSTAP_SRC_BASE}/eap_common/eap_sim_common.c
|
||||
)
|
||||
|
||||
zephyr_library_compile_definitions_ifdef(CONFIG_EAP_SIM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue