]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
kbuild: move no_new_adhoc_configs_check to "all" target command
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Sep 2016 04:04:59 +0000 (13:04 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 14:26:32 +0000 (14:26 +0000)
commit4bf06d11c3ba2041f2cc2dd39abe41ff08c3831d
treec06893255fcaf744b7675e962efbc1419d4303b6
parent7b76daab477264644b8c2dad78ccc9602c250251
kbuild: move no_new_adhoc_configs_check to "all" target command

I am going to move the build rule of u-boot.cfg.  Before that,
no_new_adhoc_configs_check must be tweaked to not depend on it.

The ad-hoc option check can be done at the end of build, along
with other checks.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile