commit | a5ab5c771b403e31d25e4e076ee777f6b79d1c3f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 03 04:37:48 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Sun Sep 03 15:30:36 2017 -0400 |
tree | bf0fa829d48b3894ffcafe41cfa526aa13bf4c9e | |
parent | c257c96d9b2248732624b74052342f38b7dbbaba [diff] |
Makefile: Quiesce libfdt build Since commit 3809e302 "Makefile: honor PYTHON configuration properly", the build commands of libfdt are printed while previously were not. This adds the missing '--quiet' back. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>