Skip to content
Commit b7efede6 authored by Guðni Már Gilbert's avatar Guðni Már Gilbert Committed by Benjamin Cabé
Browse files

scripts: kconfig: optimize write_kconfig_filenames



Filter duplicate entries in `kconf.kconfig_filenames` before calling
`os.path.realpath`.

Before (current code), all entries in `kconf.kconfig_filenames` go
through `os.path.realpath`. Including all duplicate entries.

With the proposed change, the duplicate entries are removed before
calling `os.path.realpath`.

Signed-off-by: default avatarGuðni Már Gilbert <gudni.m.g@gmail.com>
parent bcfb1487
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment