
The Makefiles are getting cluttered for u-boot.cfg.
I do not think that we should make effort for u-boot.cfg because it is almost the same as include/autoconf.mk.tmp
I was consindering this series as a replacement for Stephen Warren's fixes, but I was late.
Anyway, I do not like code duplication, so here it is.
Masahiro Yamada (5): check-config: fix wrong comment about how to build whitelist kbuild: move no_new_adhoc_configs_check to "all" target command kbuild: make dependencies in scripts/Makefile.autoconf more readable kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk check-config: allow to complete build even with ad-hoc CONFIG options
Makefile | 29 ++++++----------------------- scripts/Makefile.autoconf | 42 +++++++++++++++++++++++++++--------------- scripts/Makefile.spl | 20 +------------------- scripts/check-config.sh | 12 +++--------- 4 files changed, 37 insertions(+), 66 deletions(-)