commit | dde9ee80e998911914f365b088e2a7eb60a1174a | [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 | 17f8f98f9b23480702669735a6184b1b0b875761 [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>