]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kbuild: remove scripts/multiconfig.sh
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 13 Mar 2015 09:08:55 +0000 (18:08 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:19 +0000 (14:34 +0200)
commit4fcb8e7a7b08d74525f14f24f1664aa488d14b93
treef0b094e3e443a87fc3ffe6f139c99f24da7aba8c
parenta1fc380be8978353a80f9e36635d6ef561182b22
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]