commit | 5393b613b6c48282a16bdf975ad3ff6004177bce | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu May 19 15:52:00 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jun 13 07:46:28 2016 +0900 |
tree | 23781d215ca573e2f8d4cec0ecae5f9229c9796c | |
parent | b903c4e254b5606af6f37801f6bfd9c9956e4548 [diff] |
tools: moveconfig: compute file paths just once The paths to .config, include/autoconf.mk, include/config/auto.conf are not changed during the defconfig walk. Compute them only once when a new class instance is created. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>