diff options
author | dp-arm <dimitris.papastamos@arm.com> | 2016-08-10 13:39:42 +0100 |
---|---|---|
committer | dp-arm <dimitris.papastamos@arm.com> | 2016-08-15 10:21:34 +0100 |
commit | c2427cb001c892e44167753852666672c18d23ce (patch) | |
tree | 425d73c7d5f1265b051704f42b2613f76e80fbcc /tools/fiptool/Makefile | |
parent | ee3e93592547e78fc4ec5b88d93447e05e3b80c5 (diff) |
fiptool: Suppress verbose messages during normal build
The output is shown only when built with V=1.
Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
Diffstat (limited to 'tools/fiptool/Makefile')
-rw-r--r-- | tools/fiptool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile index ec9dd993..3bc372a2 100644 --- a/tools/fiptool/Makefile +++ b/tools/fiptool/Makefile @@ -68,8 +68,8 @@ ${PROJECT}: ${OBJECTS} Makefile @${ECHO_BLANK_LINE} fip_create: fip_create.sh - mkdir -p ../fip_create - install -m 755 fip_create.sh ../fip_create/fip_create + ${Q}mkdir -p ../fip_create + ${Q}install -m 755 fip_create.sh ../fip_create/fip_create %.o: %.c %.h ${COPIED_H_FILES} Makefile @echo " CC $<" |