From c68ab81f895bc0830b6ea3183ebae21c1953fd18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Tue, 26 Jun 2018 12:20:54 +0200 Subject: [PATCH] cmake: settings: Don't add ext nffs include dir to global includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The settings subsystem has been adding nffs's include dir to the global set of paths. Presumably because app's will need acces. But this is no longer necessary as we default to linking 'app' with FS, which again has the NFFS include paths. Signed-off-by: Sebastian Bøe --- subsys/settings/src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/subsys/settings/src/CMakeLists.txt b/subsys/settings/src/CMakeLists.txt index 5ca59adb0fc..c91fe1a8e4a 100644 --- a/subsys/settings/src/CMakeLists.txt +++ b/subsys/settings/src/CMakeLists.txt @@ -1,5 +1,3 @@ -zephyr_include_directories($ENV{ZEPHYR_BASE}/ext/fs/nffs/include) - zephyr_sources( settings_store.c settings.c