commit | 208c4ecacbed3f97d2e948f60c861ddfa011f2b2 | [log] [tgz] |
---|---|---|
author | Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no> | Thu Aug 08 12:46:08 2019 +0000 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Mon Aug 19 16:26:31 2019 +0200 |
tree | e96fec41ff291b11cf275c3634483be05561f4bd | |
parent | 8aba96b772628c47493b9b437f508daed9adb7ed [diff] |
scripts: kconfig: normalize paths to avoid duplicate There is a bug where non-normalized paths can introduce multiple entries for the same file. E.g. '/1/2/../2.file' and '/1/2/3/../../2.file' would both be listed, and end in a ninja error because multiple targets generate the same file. This commit fixes this issue by normalizing the paths. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>