commit | fef7879583781a9f5416cb7c06121448a687d614 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Thu Oct 15 22:16:41 2020 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 15 22:07:11 2020 -0400 |
tree | a0a61efcb0b7db4eacbd726012895ba0cb177549 | |
parent | 260b327d2f27aacb123a099374c6b4c2277164b4 [diff] |
scripts: ensuring posix path on module defined roots. Fixes: #29235 This commit ensures that roots are being converted to posix paths. This fixes the issue where windows style path (containing `\`) would result in DTS dependency file to contain mixed style path separator and thus causing Ninja to re-invoke CMake in an endless loop. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>