]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
kbuild: beautify the log of config whitelist check
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Jan 2017 11:11:33 +0000 (20:11 +0900)
committerTom Rini <trini@konsulko.com>
Wed, 8 Feb 2017 20:56:30 +0000 (15:56 -0500)
commit1bdd942b6da8a9e8686defe431380754cccb9b5a
treeed3874c5c0ae7f7709f6bc1879d15f34003d92e3
parentf0a3f3492ac197ea89be58a29aed7500aad5542d
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>
Makefile
scripts/check-config.sh