1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-12 18:49:08 -04:00
2019-06-21 19:53:29 +08:00

9 lines
343 B
CMake

idf_component_register(SRCS "vfs.c"
"vfs_uart.c"
"vfs_semihost.c"
INCLUDE_DIRS include)
# Some newlib syscalls are implemented in vfs.c, make sure these are always
# seen by the linker
target_link_libraries(${COMPONENT_LIB} INTERFACE "-u vfs_include_syscalls_impl")