cmake: settings: Don't add ext nffs include dir to global includes

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 <sebastian.boe@nordicsemi.no>
This commit is contained in:
Sebastian Bøe 2018-06-26 12:20:54 +02:00 committed by Anas Nashif
parent c9e12493b2
commit c68ab81f89

View File

@ -1,5 +1,3 @@
zephyr_include_directories($ENV{ZEPHYR_BASE}/ext/fs/nffs/include)
zephyr_sources(
settings_store.c
settings.c