]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit58121ec08e53bfd7fd2edec551afe42d1fe998ad
treeaaad1f1670e6fc0d1a593f3f59f76ff22eb5a83b
parentde3eb1ed0d0dfbdf4adcc3036f809377d4a8af82
Makefile: Suppress output of python libfdt build command

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

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