Update Nanostack CMakeLists.txt

Add new files to the CMakeLists.txt
pull/15103/head
Arto Kinnunen 2021-09-23 14:24:02 +03:00
parent bd96a20145
commit c8aafa7145
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,8 @@ target_sources(mbed-nanostack-sal_stack
ws/ws_bbr_api.c
ws/ws_bootstrap.c
ws/ws_bootstrap_ffn.c
ws/ws_bootstrap_lfn.c
ws/ws_cfg_settings.c
ws/ws_common.c
ws/ws_eapol_auth_relay.c
@ -104,6 +106,7 @@ target_sources(mbed-nanostack-sal_stack
ws/ws_pae_supp.c
ws/ws_pae_time.c
ws/ws_pae_timers.c
ws/ws_phy.c
ws/ws_stats.c
ws/ws_test_api.c
)

View File

@ -19,6 +19,7 @@ target_sources(mbed-nanostack-sal_stack
IEEE802_15_4/mac_indirect_data.c
IEEE802_15_4/mac_mcps_sap.c
IEEE802_15_4/mac_mlme.c
IEEE802_15_4/mac_mode_switch.c
IEEE802_15_4/mac_pd_sap.c
IEEE802_15_4/mac_security_mib.c
IEEE802_15_4/mac_timer.c