commit | 87192a15c698411194a13ba82b9d1fd3c8890f07 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Mar 13 18:08:55 2015 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 28 09:03:08 2015 -0400 |
tree | 7f63c176afba1d47fa6a6ccc539aa10d4c034f64 | |
parent | e9beb24ecf71140e23df485af3fdcc794064f578 [diff] |
kbuild: remove scripts/multiconfig.sh We have switched to the single .config configuration system, the same one as used in Linux Kernel. The necessary glue code is small enough now, so move it to the top-level Makefile and scripts/kconfig/Makefile, and then delete scripts/multiconfig.sh. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>