diff --git a/components/newlib/CMakeLists.txt b/components/newlib/CMakeLists.txt index 03101d79bb..d801910c2d 100644 --- a/components/newlib/CMakeLists.txt +++ b/components/newlib/CMakeLists.txt @@ -20,7 +20,6 @@ list(APPEND ldfragments newlib.lf) idf_component_register(SRCS "${srcs}" INCLUDE_DIRS "${include_dirs}" - REQUIRES vfs PRIV_REQUIRES soc esp_timer LDFRAGMENTS "${ldfragments}")