]> git.ipfire.org Git - people/ms/u-boot.git/commit
kbuild: remove scripts/multiconfig.sh
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Mar 2015 09:08:55 +0000 (18:08 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 28 Mar 2015 13:03:08 +0000 (09:03 -0400)
commit5f9eb2207500f16a598866884f8ee5343ae8949f
tree7f63c176afba1d47fa6a6ccc539aa10d4c034f64
parent97ec89e5012510ca0d86e994740eab2e697dd047
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>
Makefile
scripts/kconfig/Makefile
scripts/multiconfig.sh [deleted file]