Update CMakeLists and file locations

Move ns_file.c/h to correct location and update CMakeLists to include
ns_file.c
pull/14817/head
Arto Kinnunen 2021-06-29 17:40:07 +03:00
parent 1de3aab0a9
commit 2856a885b0
3 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ target_sources(mbed-nanostack-sal_stack
utils/ns_conf.c utils/ns_conf.c
utils/ns_crc.c utils/ns_crc.c
utils/ns_file_system.c utils/ns_file_system.c
utils/ns_time.c
whiteboard/whiteboard.c whiteboard/whiteboard.c
) )