commit | dc6de50bd6873deccea3c27f407bad8f987383e7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Jul 25 19:15:22 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 05 07:27:15 2016 -0400 |
tree | 149e3cb1886f59d43d8ffc1b285e9e628dd0b43f | |
parent | 6f94ab6656ceffb3f2a972c8de4c554502b6f2b7 [diff] |
tools: moveconfig: do not cleanup headers in include/generated The files in include/generated are generated during build and removed by "make mrproper", so it has no point to touch them by this tool. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Tom Rini <trini@konsulko.com>