commit | 13c1f3a7ce73e9aa5df0b447608ec8ce61c00544 | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Thu Sep 28 12:33:45 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 08 16:19:56 2017 -0400 |
tree | 0c1473538f40b714f2b66d4fa1b844a876913d64 | |
parent | 21aad1343541ae6e303a08f6388f2ab3f3e192f6 [diff] |
scripts: Move Kconfig contents to cmd/Kconfig On case-insensitive file systems we have collision between scripts/kconfig/ directory and scripts/Kconfig file. This patch moves scripts/Kcofnig contents to cmd/Kconfig to fix that. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>