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:
parent
c9e12493b2
commit
c68ab81f89
@ -1,5 +1,3 @@
|
||||
zephyr_include_directories($ENV{ZEPHYR_BASE}/ext/fs/nffs/include)
|
||||
|
||||
zephyr_sources(
|
||||
settings_store.c
|
||||
settings.c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user