commit | 6935aec0e3f0064698d8970a00b908f5a162b93f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 03 04:37:49 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 03 15:30:37 2017 -0400 |
tree | aaad1f1670e6fc0d1a593f3f59f76ff22eb5a83b | |
parent | a5ab5c771b403e31d25e4e076ee777f6b79d1c3f [diff] |
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>