commit | c68ab81f895bc0830b6ea3183ebae21c1953fd18 | [log] [tgz] |
---|---|---|
author | Sebastian Bøe <sebastian.boe@nordicsemi.no> | Tue Jun 26 12:20:54 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 25 08:27:45 2018 -0400 |
tree | 560f252dfdd1da270559f1b3743617c08dd6922d | |
parent | c9e12493b2308fd09351a0a0b17e9244de639d35 [diff] |
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>