]> git.ipfire.org Git - thirdparty/u-boot.git/commit - Makefile
Makefile: Silence the deprecation script
authorSimon Glass <sjg@chromium.org>
Wed, 31 Mar 2021 22:18:13 +0000 (11:18 +1300)
committerTom Rini <trini@konsulko.com>
Thu, 1 Apr 2021 14:35:16 +0000 (10:35 -0400)
commita0da06d2f853b7f20caec41ba7c7d8cdd73e55fd
treec11ec0f7e46a35723aab47178e5818cb5d28fe84
parent43d3de544d123b9609b637e614c8e2872f1153fc
Makefile: Silence the deprecation script

This bash code is currently showing up in the build unless 'make -s' is
used. We don't normally show these sorts of things as they are confusing.
Also this code was not shown before the recent refactoring of how these
messages are displayed.

Add an '@' to silence it.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Bin Meng <bmeng.cn@gmail.com>
Fixes: 13732528516 ("Makefile: Add common code to report deprecation")
Makefile