
23 Mar
2015
23 Mar
'15
10:11 p.m.
On 13 March 2015 at 03:08, Masahiro Yamada yamada.masahiro@socionext.com wrote:
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
This patch requires http://patchwork.ozlabs.org/patch/449347/ as a prerequisite.
Makefile | 13 +++++-- scripts/kconfig/Makefile | 10 ++++++ scripts/multiconfig.sh | 90 ------------------------------------------------ 3 files changed, 21 insertions(+), 92 deletions(-) delete mode 100755 scripts/multiconfig.sh
Reviewed-by: Simon Glass sjg@chromium.org