fix(vfs/cmake): avoid using uninitialized sources variable

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-04-04 09:24:46 +02:00
committed by BOT
parent 56ac76d4d2
commit 26e49e1e82

View File

@ -7,6 +7,8 @@ if(${target} STREQUAL "linux")
return()
endif()
set(sources "")
list(APPEND sources "vfs.c"
"vfs_eventfd.c"
"vfs_semihost.c"