commit | 28a6d35d936838375e13d163a6a426ced3c9d785 | [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 | 4472065645a97e23f4dac150a6f2401df31e3192 [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>