commit | 1bdd942b6da8a9e8686defe431380754cccb9b5a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jan 31 20:11:33 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 08 15:56:30 2017 -0500 |
tree | ed3874c5c0ae7f7709f6bc1879d15f34003d92e3 | |
parent | f0a3f3492ac197ea89be58a29aed7500aad5542d [diff] |
kbuild: beautify the log of config whitelist check Use the kbuild style log. Prior to this commit: ./scripts/check-config.sh u-boot.cfg \ ./scripts/config_whitelist.txt . 1>&2 With this commit: CFGCHK u-boot.cfg Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>