From 33d3bff1964acf17c9919e19a0f34583a5b050e3 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 20 Mar 2020 14:01:55 +0100 Subject: [PATCH] newlib: don't require VFS --- components/newlib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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}")