Makefile: Suppress output of python libfdt build command
authorBin Meng <bmeng.cn@gmail.com>
Sun, 3 Sep 2017 11:37:49 +0000 (04:37 -0700)
committerTom Rini <trini@konsulko.com>
Sun, 3 Sep 2017 19:30:37 +0000 (15:30 -0400)
commit6935aec0e3f0064698d8970a00b908f5a162b93f
treeaaad1f1670e6fc0d1a593f3f59f76ff22eb5a83b
parenta5ab5c771b403e31d25e4e076ee777f6b79d1c3f
Makefile: Suppress output of python libfdt build command

This should not be printed by default. Prefix it with $(Q).

Fixes ee95d10b: ("fdt: Build the new python libfdt module")
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
tools/Makefile